Jump To Step

Last updated: April 12, 2026

Last Updated: April 12, 2026


Customer-Facing Guide

What this step does

Jump To Step moves the workflow from the current point directly to another step in the same workflow.

When to use it

  • When multiple paths should converge on the same later step.

  • When you want to reuse a later workflow section instead of duplicating logic.

  • When a condition should skip earlier steps and continue farther ahead.

Common mistakes

  • Jumping to the wrong step and creating confusing behavior.

  • Using Jump To Step instead of cleaning up the workflow structure.

  • Forgetting that downstream steps may expect data or actions from the skipped section.

How to verify it worked

  • Check execution history to confirm the workflow landed on the intended step.

  • Confirm the downstream step had the data and context it needed.

  • If behavior looks off, inspect what was skipped before the jump.

Related guides