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). |