Search K
Appearance
Appearance
The Queue Workflow node queues another workflow for execution within the automation platform, enabling orchestration of multiple workflows in sequence or parallel.
Use this node to:
✅ Programmatically trigger another workflow from within a current workflow.
✅ Pass data between workflows for modular and scalable automation design.
✅ Build parent-child or chained workflows for complex enterprise automation scenarios.
Field Label | Input Type | Description |
---|---|---|
Select Workflow | Text | The ID of the workflow to queue for execution. |
This node does not produce specific outputs but sets task status and message indicating the queueing result.
This node:
Select Workflow
).Select Workflow
from data.TriggeredFromParentWorkflow
to true
for context tracking.WorkflowQueueService
.✅ Queue a “PDF Generation” workflow after completing document data preparation.
✅ Trigger a “Notify Client” workflow upon final approval in a parent workflow.
✅ Orchestrate multi-stage automation sequences by chaining workflows dynamically.