Skip to content

Queue Workflow ​

Queues a selected workflow for execution, optionally forwarding data and a sub-workflow target.

Purpose ​

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.

Inputs ​

FieldTypeRequiredDescription
Select WorkflowDropdownYesThe workflow to queue, selected from the list of available workflows in the system.
Sub Workflow NameTextNoThe name of a sub-workflow to target within the selected workflow. Required if queueing the same workflow as the one currently executing.
Job DescriptionTextNoA description for the queued job entry. If not provided, a description is generated automatically.
Queue DataKey-Value PairsNoExplicit data to pass as initial parameters to the queued workflow. If omitted, the current workflow's data context is forwarded.

Outputs ​

This task performs an action and does not produce output variables.

Tentech