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