Workflows
Manually trigger a workflow
Simulate an operator-detected trigger fire. The server enqueues an execution; when isBlocking=true, the response waits for the execution to complete.
post/workflows/{id}:trigger
Request body
Response
Execution completed (blocking). Returned when isBlocking=true.
Example response
{
"executionId": "01JG2FE5MDVKBPHEG0PEYSDKAC"
}