From Bright Pattern Documentation
• 5.19
Return
The Return workflow block is primarily for use in "child" workflows that were initiated by the Start Another Workflow block from another (e.g. the "parent") workflow.
- In a Child Workflow: When a Return block is reached, the child workflow ends, and the initiating (parent) workflow continues from the block immediately after the Start Another Workflow block that initiated the child workflow.
- In a Standalone Workflow: If used in a workflow not started by Start Another Workflow, the Return block acts like an Exit block, stopping the workflow completely.
< Previous | Next >