Return From Sub Flow

This node is the end of a flow-path where the workable is sent back to the node where the sub flow was called.

It has the following configuration options:

  • File to return: here you can define the file(s) to return as results files in the calling flow. Select the pencil to open Expression Builder.
  • Variables to return: here you can define the variables to return. Options:
    • All Variables from workable: if you select this option, all variables from the workable will be returned.
    • Define Variables: if you select this option, you can specify some additional parameters that will be returned. Select + to add a variable and define a Name and a Value for the variable.
  • Return Failure: if you select this checkbox, you can control the output path of the node where the sub flow was called from. Normally the success path is used, but if you select this checkbox the failure path is used. For example, in case of an error in the sub flow, you can end the error handler path by adding the Return Form Sub Flow node and selecting this checkbox.