πŸ“„ Execute Workflow

Execute Workflow

The Execute Workflow Step allows you to call and run another Workflow. This is useful for managing complex Workflows by dividing them into manageable parts and calling them through the Execute Workflow Step.


Step Properties

Name
The name of the Step as it appears in the Workflow Editor. By default, this is set as Execute Workflow.
Description
A short description of the Step. By default, this is set as "Call another workflow."
Workflow Template
Allows you to select which Workflow to execute.


Input Parameters

Catalog Key
The key ID used when running this Step.
Language
The language to be used for this Step.
Containers from the Selected Workflow

Only shown when Workflow Template has a Workflow already defined.

Allows you to define the values of the Containers from the selected Workflow. These values will be used when the selected Workflow is executed.


Output Parameters

Parameter Name
The name of the Output Parameter.
Parameter Description
A short description of the Output Parameter. This is what appears when selecting values from a Container or Step Export Parameter.
Mandatory
If enabled, the Output Parameter will be set as required.


Error Handling

The Error Handling tab allows you to define the actions to be executed when an error occurs in this Step.

πŸ’‘

Learn more about Event Handlers.


Step Delay

The Step Delay tab allows you to set a specific time for the Step to execute.

πŸ’‘

Learn more about Scheduler.


Related articles