
What is the Exit Step?
The Exit step signifies the end of your workflow. It’s highly recommended to add this step at the conclusion of every workflow.Why Use the Exit Step?
- Define Workflow Status: Specify whether the workflow ended in success or failure.
- Set Output Data: Define the data your workflow will return upon completion.
Using the Output Data

How It Works
- In the Exit step, you can define parameters and their values.
- These parameters become the official “output” of your workflow.
- When used as a sub-workflow, this output is what gets returned to the parent workflow.