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
You can enter the word true or the word false (lower case, no surrounding quotes). If you enter a complex expression, that expression cannot reference a data field in an operation.
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.