Search K
Appearance
Appearance
Marks a workflow as a reusable sub-workflow that can be invoked by name from a parent workflow.
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.
| Field | Type | Required | Description |
|---|---|---|---|
| Sub Workflow Name | Text | Yes | The name used to identify this sub-workflow when it is called from a parent workflow. |
| Name | Description |
|---|---|
| Input Text | The sub-workflow name value passed in at the time of invocation. |