Best practices and limitations

Authoring

  • The Jump activity is only available in journeys that use a namespace.
  • You can only jump to a journey that uses the same namespace as the origin journey.
  • You cannot jump to a journey that starts with a Segment qualification event.
  • You cannot have a Jump activity and a Segment qualification event in the same journey.
  • You can include as many Jump activities as you need in a journey. After a Jump, you can add any activity needed.
  • You can have as many jump levels as needed. For example, Journey A jumps to journey B, which jumps to journey C, and so on.
  • The target journey can also include as many Jump activities as needed.
  • Loop patterns are not supported. There is no way to link two or more journeys together which would create an infinite loop. The Jump activity configuration screen prevents you from doing this.

Execution

  • When the Jump activity is executed, the latest version of the target journey is triggered.
  • As usual, a unique individual can only be present once in a same journey. As a result, if the individual pushed from the origin journey is already in the target journey, then the individual will not enter the target journey. No error will be reported on the Jump activity because this is a normal behavior.

Configuring the Jump activity

  1. Design your origin journey.

  2. At any step of the journey, add a Jump activity, from the ACTIONS category. Add a label and description.

  3. Click inside the Target journey field.
    The list displays all journey versions that are draft, live or in test mode. Journeys that use a different namespace or that start with a Segment qualification event are not available. Target journeys that would create a loop pattern are also filtered out.

    NOTE
    You can click the Open target journey icon, on the right side, to open the target journey in a new tab.
  4. Select the target journey that you want to jump to.
    The First event field is prefilled with the name of the target journey’s first event. If your target journey includes multiple events, the Jump is only allowed on the first event.

  5. The Action parameters section displays all the fields of the target event. In the same way as for other types of actions, map each field with fields from the origin event or data source. This information will be passed to the target journey at runtime.

  6. Add the next activities to finish your origin journey.

    NOTE
    The individual’s identity is automatically mapped. This information is not visible in the interface.

Your Jump activity is configured. As soon as your journey is live or in test mode, individuals reaching the Jump step will be pushed from to the target journey.

When a Jump activity is configured in a journey, a Jump entry icon is automatically added at the beginning of the target journey. This helps you identify that the journey can be triggered externally but also internally from a Jump activity.