Decision stages

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 5분
  • Create and define branches with different conditions for different paths between stages.

    시작하기 전에

    Role required: playbook.admin

    이 태스크 정보

    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.

    A playbook with decision between stages.
    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.

    프로시저

    1. In Diagram view, select the + icon.
    2. From the mini-picker, select the diamond icon Diamond decision icon in Diagram view mini-picker. to add a decision.
      A decision is added with two branches and the side panel opens for configuration.
    3. Under the Details tab, fill in the following fields.
      표 1. Decision details
      Field Description
      Label Enter a unique name for the decision.
      Description Enter some descriptive details about the decision.
      Start Rule Choose when you want to evaluate the decision. Options include:
      • When playbook starts: The decision starts running as soon as the playbook starts.
      • After specific stages: The decision starts running after specified stages have finished running.
    4. 옵션: Select Show additional options to specify the following optional fields:
      표 2. Additional options
      Field Description
      Display order When multiple stages run at the same time, define the order in which stages appear during a playbook run.
      주:
      In Workflow Studio, this can also be helpful when viewing parallel stages and activities in Diagram view.
      Start with delay

      Specify a duration of time to wait before running a stage whose start rule and conditions have been met. For more information, see Start with delay input properties.

      Restart rules Choose what this activity does when a playbook is restarted:
      • Skip on restart: Skip this stage when the run is due to a restart.
      • Run always: Always run this stage, including first runs.
      • Skip on first run: Skip this stage during the first run.
      For more information, see Configure restart for Playbooks.
    5. Under the Branches tab, select your new branch to begin configuring it.
      1. Give your branch a unique label.
      2. Select the Add Condition button.
        The condition builder displays.
      3. Select or enter a field, operator, and value.
    6. Add more branches as needed.
      Branches can only be added via the side panel.
    7. If you add two or more branches, select whether to process all branches with conditions that are met, or just to process the first listed branch with conditions met.
    8. If you selected to Process only the first one that is true, drag and drop the branch that you want to be evaluated to the top.
    9. Select Save and close.

    결과

    You've added and configured decision branches between stages.

    다음에 수행할 작업

    Complete and test the playbook. For more information, see Test a playbook.