Skip to main content
action.invoke-workflow, Execute another workflow and return its output

Configuration

Configuration goes inside the step’s with: block.
workflowId
string
required
ID of workflow to invoke
input
record<string, unknown>
Input to pass to workflow
wait
boolean
If true, wait for the invoked workflow to complete (default: false)
timeout
number
Max wait time in ms when wait=true (default: 300000)
pollInterval
number
How often to poll status in ms when wait=true (default: 1000)

Output

Returns record<string, unknown>. Output from invoked workflow