Starts execution of the specified workflow.
By default, the execution runs asynchronously and returns the execution ID immediately.
Use the run_sync parameter to wait for the execution to complete and return the output directly.
Note: When running synchronously, the request will block until the workflow completes or times out.
Use your API key to access BlinkOps API. To generate an API key, please log in to your BlinkOps account and navigate to the API Keys section in the user settings page. Add the generated key to your request headers as BLINK-API-KEY.
The ID of the workflow to execute
The ID of the workspace containing the workflow
When set to true, runs the workflow synchronously and returns the execution output instead of the execution ID. The request blocks until the workflow completes or times out
The number of seconds to wait for completion when running synchronously. Only applicable when run_sync is true
Workflow execution parameters including input values, event data, runner selection, and callback configuration
The data that is used on an event-based workflow
Input parameters that will be used by the workflow
The ID of a previous execution, used when rerunning
The runner group that will run the workflow
The type of the trigger of the workflow
Execution ID when running asynchronously, or workflow output when running synchronously
The ID of the created execution
"a22f642a-f4fc-4c66-b978-6f1d1008e6ae"