Decision stages
Create and define branches with different conditions for different paths between stages.
Before you begin
Role required: playbook.admin
About this task
Add a decision node between stages to determine which stage to run next, based on runtime conditions. For example, in a recruitment playbook, you can have multiple stages for each interview round and one disqualification stage. After each interview stage, you can add a decision to automatically select whether to run the next interview round or proceed to disqualification based on the completed stage.
Adding decision between stages help you achieve the following benefits:
- Simplified authoring
- Reduces the need to copy run conditions across stages.
- Improved transparency
- Makes branching logic more visible and easier to manage.
- Enhanced runtime experience
- Displays only the relevant stages to the end user, improving performance and clarity.
Procedure
Result
You've added and configured decision branches between stages.
What to do next
Complete and test the playbook. For more information, see Test a playbook.