IBM FileNet P8, Version 5.2.1            

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:
    • true - Return to the calling map and repeat the action that called the submap.
    • false - Return to the calling map, skip the action that called the submap, and resume processing at the next state.

      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.

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.



Last updated: March 2016
bpfdh111.htm

© Copyright IBM Corporation 2016.