Skip to content

Sub Workflow Trigger ​

Marks a workflow as a reusable sub-workflow that can be invoked by name from a parent workflow.

Purpose ​

Use this trigger when you want to define a workflow that other workflows can call as a named component using the Run Sub Workflow task. Structuring logic into sub-workflows keeps parent workflows readable and allows the same logic to be reused across multiple automations. The trigger receives the sub-workflow name and makes it available downstream so that the executing context can be identified.

Inputs ​

FieldTypeRequiredDescription
Sub Workflow NameTextYesThe name used to identify this sub-workflow when it is called from a parent workflow.

Outputs ​

NameDescription
Input TextThe sub-workflow name value passed in at the time of invocation.

Tentech