Log Action
Log Action is a utility action that outputs messages, variable values, or diagnostic information to the output panel. It is commonly used for debugging, monitoring workflow execution, and providing user feedback during automation runs.
Appearance
In Talos, Log Action appears as a combination of 3 shape nodes, a rectangle, with 2 sides of triangle and circle, indicating output functionality. It visually shows the report message.
Properties
As all Actions, Log 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.
MessageString
The message or expression to log to the output.
SeverityEnum
The severity level of the log message. Enums: Log, Warning, Success, Error, Info