action.invoke-workflow, Execute another workflow and return its output
Configuration
Configuration goes inside the step’swith: block.
ID of workflow to invoke
Input to pass to workflow
If true, wait for the invoked workflow to complete (default: false)
Max wait time in ms when wait=true (default: 300000)
How often to poll status in ms when wait=true (default: 1000)
Output
Returnsrecord<string, unknown>. Output from invoked workflow