Skip to main content

Message Dialog Action

Message Dialog Action displays a modal dialog box to the user with a customizable message. It is used for user notifications, confirmations, warnings, or to pause workflow execution until the user acknowledges the message.

Appearance

In Talos, Message Dialog Action appears as a rectangular node with a dialog icon, indicating user interaction. It shows necessarydetails like title and text message.

Decision Icon

Properties

As all Actions, Message Dialog 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.
TitleString
The title of the dialog window.
Content TextString
The message content to display in the dialog.
SeverityEnum
The type/severity of the message. Enums: Log, Warning, Success, Error, Info
Dialog Result VariableString
The variable to store the user's button selection.