Execution modes for Workflow blocks
Workflow blocks, which enable you to trigger one workflow from another, now support two execution modes:
- Finished: The current workflow execution is paused until the triggered workflow run has completed.
- Queued: The current workflow execution continues and the triggered workflow run is queued. Both workflows may run simultaneously.