Skip to main content
Feedback

Return steps

Return steps are used in a subflow to indicate that the parent flow process should be rejoined from the subflow.

Overview

The return step

  • Adding a return step to a flow will define when a child subflow should rejoin the parent flow.

    For example, if a subflow step is used in a parent flow to initiate running a subflow, the user can only rejoin the parent flow if a return step is added to pass the user back into the parent flow again. The user rejoins the parent flow at the point in the flow that the subflow step is located.

  • Subflows without a return step will not rejoin the master flow.

  • To learn more about using subflows, see Subflows.

On this Page