Skip to main content

Goto Flow

Goto Flow

Allows the flow to switch to a different flow for processing.

When used, the current flow will exit and transfer all parameters, variables, and the current working file to the new flow.

Update Flow

Specifies whether the file’s associated flow should be updated to the new flow or remain as the original.

  • If enabled, the file’s flow reference will be updated to the new flow.
  • If disabled, the file will continue to reference the original flow.

Behavior

  • Useful for branching processing logic by handing off to a different flow.
  • Ensures continuity of variables and the working file across flows.