Logic and Control

End Node

Mark the flow's termination and change its status to "completed".
updated

End Node

The End Node represents the termination of a flow within Spaceflow. It is used to indicate that all planned steps have been completed or that a specific path has reached its end.


When to use?

  • To mark the end of a main flow after all actions and decisions.
  • To terminate a specific branch, such as in cases of rejections, cancellations, or process detours.

What happens after this node?

After the End Node is executed:

  • No further actions will be performed.
  • The flow is considered completed for that specific path.

Use this node to make it clear where the process ends, ensuring a logical and well-defined structure for your flows.