Skip to main content

Logout Action

Logout Action is a system action that terminates the current user session and performs necessary cleanup operations. It ensures that all resources are properly released and all running applications are terminated.

Appearance

In Talos, Logout Action appears as a rectangular node with a logout icon, indicating session termination.

Decision Icon

Properties

As all Actions, Logout Action has a few unique properties that are essential for it's functionality.

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.