Run Workflow
Run a specific workflow by its ID and the workspace's ID.
Parameters
Parameter | Description |
---|---|
Input Parameters | Workflow's input parameters, JSON object containing key-value pairs.Input example:{ "parama": "paramavalue", "paramb": "parambvalue", "param_c": true,} |
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. |
Workflow ID | The ID of the workflow to execute. |
Workspace ID | ID of the workspace (can be taken from blink.GetWorkspace). |
Workflow Library Example
Run Workflow with Blink and Send Results Via Email
Preview this Workflow on desktop