For the complete documentation index, see llms.txt. This page is also available as Markdown.

Task transitions

What are task transitions?

Task transitions are the bridges that connect different action, ensuring that workflows move forward as designed. Each action has two circular nodules on its side and bottom. Click on either and drag to the next action to set up the transition. Depending on the criteria set, one action might branch out to multiple subsequent actions.

An action with no set transition - note the two circular Add Transition bubbles

The diamond that appears between the two actions once the transition has been created is called the transition indicator. Click on it to open the transition settings in the right side menu.

The transition indicator for a dragged action that has had its transition created

Task transition order

The Workflow Builder will evaluate transitions on the Canvas for follow-first actions. Order is shown by the number on the transition, but can be reordered to preference.

  1. Right on the related action. This will open the right side menu.

  2. Click the Advanced tab.

  3. If Follow First is selected, the option to edit the order of transitions will appear, and order of the transitions can be dragged to preference. If Follow All is selected, order does not matter.

Transition settings options

  • Edit Transition: Buttons beside the Edit Transition title give you options to either clone the current transition or remove it if it's no longer needed.

  • Custom Transition Label: This is an editable field allowing you to give a meaningful name to the transition, aiding clarity as your workflow grows.

  • Condition: This criteria governs the action's progression based on the options defined below. Depending on the outcome of this action, this rule determines which path to follow next. Left to right, these are:

    • On Success: Progress if the action succeeds.

    • On Failure: Progress if the action fails.

    • Always: Progress regardless of the outcome of the action.

    • Custom Condition: This is set custom, with Jinja.

  • Data Aliases: Click the + Add Data alias button to define an easy-to-use variable that stores the results of the action transition.

Right click on any transition indicator to open a submenu to Duplicate Transition, Delete Transition, or Edit Transition Order. Duplicate will recreate the exact transition and place it next to the original on the Workflow Builder Canvas. Edit Transition Order controls the sequence in which transitions are evaluated and executed. Transition order at any given time is indicated by numbers on the transition indicators. Learn more about this setting in our Advanced Workflow Settings documentation.

Transition modes

Settings for transition modes exist in the Advanced tab of the workflow's settings. For information on how these work, see our documentation for advanced workflow operations.

Last updated

Was this helpful?