Workflows
Execute a workflow synchronously
Executes a workflow with the specified login and parameters and waits for completion
post/workflows/executeSync
Request body
Example request
{
"params": {
"origin": "New York",
"destination": "Los Angeles"
},
"timeout": 10800,
"startBlockId": "1",
"batchId": "batch_123"
}Response
Workflow execution completed successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.