Executes a workflow with the specified login and parameters and waits for completion
Runtime parameters for the workflow execution
{
"origin": "New York",
"destination": "Los Angeles"
}ID of the workflow to execute. Either workflowId or workflowName must be provided.
Name of the workflow to execute. If provided, the workflow will be looked up by name within the organization. Either workflowId or workflowName must be provided.
ID of the login to use for authentication
Optional name for the execution (string or number, automatically converted to string)
"User batch execution"
Optional timeout in seconds for the execution (defaults to 10800 seconds / 3 hours)
10800
Whether to use a proxy for this execution
Optional ID of the block to start execution from
"1"
Optional ID of the execution batch to assign this execution to
"batch_123"
Whether this execution is a test run
Workflow execution completed successfully
Synchronous workflow execution result with finished execution data
Recording of a successfully completed workflow execution