The End action is used to terminate the workflow process immediately once any incoming line reaches it.
As soon as any incoming line arrives at the End action, the process will stop.
This action is typically used to define a final exit point of the workflow.
When to Use
To define a successful end point of the workflow (e.g., after all approvals are completed).
To terminate the process early if certain conditions are met (e.g., invalid data, skipped steps).
Use together with logic control actions like Inclusive Gateway or Connector to determine how and when the process should conclude.
Settings
End the process after reaching this node:
End the process after reaching this action (checkbox):
This option must be checked in order for the End action to actively terminate the process.System notice (in red, shown only when checked):
"Note: All active activities will be ended."
→ This message appears only when the checkbox is selected. It indicates that all in-progress or pending actions in other branches will be canceled once this action is executed.
Enable Email - Turn this ON, if you want to send an email notification after the workflow is completed. Yeeflow will include the sample content for the email information, while you can change the setting per your needs.
Priority Rule with End with Rejection
If your workflow includes both End with Rejection and End actions, and both are triggered at the same time:
The End with Rejection action takes priority over the End action.
Even if the End action has the “End the process” option enabled,
➤ the process will end with a rejected status if any incoming line reaches the End with Rejection action.