Execute a workflow
Executes a workflow with the specified login and parameters
POST
Body
application/json
ID of the workflow to execute
Example:
"1"
ID of the login to use for authentication
Example:
"1"
Runtime parameters for the workflow execution
Example:
{
"origin": "New York",
"destination": "Los Angeles"
}
Optional timeout in seconds for the execution (defaults to 1800 seconds / 15 minutes)
Required range:
x > 0
Example:
1800
Response
200
application/json
Workflow execution started successfully
Unique identifier for the execution
Required range:
x > 0
Example:
123
Current status of the execution
Example:
"Enqueued"
Additional information about the execution
Example:
"Workflow execution started successfully"