End Action
End Action indicates that the process should finish execution. It marks the termination point of a workflow. Every workflow must have an End Action to properly signal completion. This action does not have outgoing connections.
Appearance
In Talos, End Action appears as a rounded, pill-shaped node with a circle icon, visually indicating the end of the workflow. It is styled with a light red background to distinguish it as a terminal node.

Properties
End Action has no unique properties beyond the common ones inherited from Action.
Common properties
Common properties inherited from Action.
Display NameString
This is the display name of the action.
By customizing this property, you can differentiate between same type of actions.
Action IDString
Indicates the unique ID of this action.
This property is Read only and it is not customizable
DisabledBoolean
If set to true, this action is considered disabled and will not be executed.