Actions
Run Workflow
Run a specific workflow by its ID and the workspace’s ID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Input Parameters | Workflow’s input parameters, JSON object containing key-value pairs. Input example: |
| Run Synchronously | Check to run the workflow synchronously. Note: This will result in a larger execution time of the action. Consider adjusting the action step’s timeout configuration accordingly. |
| Timeout (s) | If the workflow runs synchronously, the amount of seconds until the workflow’s run will timeout if it did not yet finish executing. Note: The maximum timeout value is 7200 seconds (2 hours). |
| Workflow ID | The ID of the workflow to execute. |
| Workspace ID | ID of the workspace (can be taken from blink.GetWorkspace). |
{
"execution_id": "a46e790f-ac1c-4f86-9f31-683c7be292d7"
}
Was this page helpful?