Create a new workflow template with FIFO or concurrent execution mode
| Field | Type | Required | Description |
|---|---|---|---|
workflow_name | string | Yes | Name of the workflow template |
workflow_description | string | Yes | Description of the workflow template |
runtype | string | Yes | Execution mode: "fifo_sequential" for strict sequential order, or "concurrently" for parallel execution |
fifo_sequential){{ step.response.variable }} and {{ initial.variable }}{{ #key }} - System secrets{{ variable }} - Workflow variables{{ step.response.variable }} - Previous step responses{{ initial.variable }} - Initial workflow inputconcurrently){{ #key }} - System secrets (available){{ variable }} - Workflow variables (not available){{ step.response.variable }} - Previous step responses (not available){{ initial.variable }} - Initial workflow input (not available)| Field | Type | Description |
|---|---|---|
success | boolean | Indicates if the request was successful |
details | string | Success message (only present on success) |
workflow_uuid | string | Unique identifier for the created workflow template (only present on success) |
error | string | Error message (only present on error) |
workflow_uuid | string | UUID of the existing workflow with the same name (only present on error) |
API key for authentication. Get this from your dashboard by selecting a brand and going to API Keys section.
Brand UUID for authentication. Get this from your dashboard after adding a brand - it will be displayed in the UI.
Workflow template configuration
Name of the workflow template
Description of the workflow template
Execution mode: 'fifo_sequential' for strict sequential order, 'concurrently' for parallel execution (note: in concurrent mode, only system variables are evaluated; initial.variable, response, and header variables are not available)
fifo_sequential, concurrently