Return system function

Use the Return system function to immediately exit from a called workflow map (that is, a submap) and return to the calling map.

To specify a Return system function

  1. From the General System Palette, drag a Return step onto the map where you want to return control to the calling map.
  2. For the Return expression, enter a valid boolean expression to determine the behavior upon return to the calling map:

    See About Return for information about settings and conditions that determine how the processing resumes in the calling map.

    See About step states for information about the various states of a step at runtime.

NOTE   At the end of every submap, there is an implicit return to the calling map. There is no need to place a step with a Return system function in a submap unless you want to return to the calling map prior to completion of the submap, or to control the return behavior.