Body
application/json
ID of the workflow to execute
Runtime parameters for the workflow execution
Example:
{
"origin": "New York",
"destination": "Los Angeles"
}ID of the login to use for authentication
Optional name for the execution (string or number, automatically converted to string)
Examples:
"User batch execution"
12345
"Execution-001"
Optional timeout in seconds for the execution (defaults to 3600 seconds / 1 hour)
Required range:
x > 0Example:
3600
Whether to use a proxy for this execution
Optional ID of the block to start execution from
Example:
"1"
Optional ID of the execution batch to assign this execution to
Example:
"batch_123"
Whether this execution is a test run