Skip to main content

What are workflow routes?

Learn how routes control the path users follow through a workflow.

Written by Lauren Baird
Updated this week

Answer

Workflow routes control which question appears next as a user moves through a workflow. Routes connect questions together and define the normal path, any conditional paths, and when Stops or Interventions occur.

Without routes, a workflow cannot function.

When you configure a route in Editor, you will see these settings:

  • Type

  • Launch New Workflow

  • Escalation Type

By default, these are set to:

  • Type = Default

  • Launch New Workflow = None

  • Escalation Type = None


Steps

Understand the route types and options

Default route

  1. Use a Default route for the standard path forward.

  2. Make sure every question has exactly one Default route.

  3. Use it when no special condition applies.

Rule route

  1. Use a Rule route when the next step should depend on the user’s response.

  2. Remember that any route beyond the single Default route must be a Rule route.

  3. If you set Type = Rule, the Rule Builder appears.

  4. In the Rule Builder, configure:

    • Rule Logic

      • Match

      • Any of These

      • All of These

    • User Input

      • the response options from the question that should trigger the route

Launch New Workflow

  1. Use Launch New Workflow when the route should start a different workflow.

  2. Select the workflow you want to launch from the route settings.

  3. Make sure that workflow is already deployed to the same Group(s).

  4. If it is not deployed to those Group(s), you may get a publish error.

Escalation Type

  1. Use Escalation Type when the route should trigger:

    • None

    • Intervention

    • Stop

  2. Remember that escalations are applied to the route, not the question.

Important Stop Work note

  1. If you want a true Stop Work scenario, setting Escalation Type = Stop on the route is not enough by itself.

  2. The route must end at a Stop Work node.

  3. Add the Stop Work node from the Library and connect the route to it.

Understand how routes are evaluated

  1. When a user answers a question, the workflow checks Rule routes first.

  2. If a rule condition is met, that path is followed.

  3. If no Rule route applies, the Default route is used.

Use routes intentionally

  1. Use well-designed routes to keep workflows efficient and relevant.

  2. Avoid route structures that block users, send them down the wrong path, or make the workflow confusing.

Helpful notes

  • Every question must have one and only one Default route.

  • Rule routes are what make workflows adaptive.

  • Launch New Workflow should only be used when the secondary workflow is available to the same target Group(s).

  • Stop and Intervention behavior is configured on the route.

  • If you want the workflow to actually stop, the route must go to a Stop Work node.

  • If you are ready to build or change routes, the next step is configuring rule-based routes.


Did this answer your question?