Skip to main content
POST
Execute multiple workflows in a batch

Body

application/json
name
string
required

Name for the execution batch

Example:

"Monthly Report Generation"

executions
object[]
required

Array of workflow execution parameters. Each execution must specify its own workflowId.

Response

Batch execution started successfully

batchId
string
required

ID of the created execution batch

Example:

"batch_123"

executionIds
string[]
required

Array of created execution IDs

message
string
required

Success message

Example:

"Batch execution started successfully"