Return Attributes
The Return element is used to return an embedded workflow to the primary workflow to resume the flow of action.
After you add a Return element to your flow diagram, you can change its label name to define an event name that can be used in the primary workflow. By ending different branches of an embedded workflow with Return elements having unique names, you can advance the primary flow in different directions based on the route that was followed. If you create multiple Return elements with the same label name, any one of them will fire that named event.
Note: A Return element added to a workflow that is not
embedded in another workflow will have no effect.