Search K
Appearance
Appearance
Queues a selected workflow for execution, optionally forwarding data and a sub-workflow target.
Use this task to programmatically schedule another workflow from within a running workflow. It is the primary mechanism for building chained or parent-child automation architectures. The selected workflow is placed on the processing queue, inheriting the submitting user and company context. Data can be passed explicitly via the Queue Data field or the current workflow context is forwarded automatically when Queue Data is not provided.
| Field | Type | Required | Description |
|---|---|---|---|
| Select Workflow | Dropdown | Yes | The workflow to queue, selected from the list of available workflows in the system. |
| Sub Workflow Name | Text | No | The name of a sub-workflow to target within the selected workflow. Required if queueing the same workflow as the one currently executing. |
| Job Description | Text | No | A description for the queued job entry. If not provided, a description is generated automatically. |
| Queue Data | Key-Value Pairs | No | Explicit data to pass as initial parameters to the queued workflow. If omitted, the current workflow's data context is forwarded. |
This task performs an action and does not produce output variables.