Write Log
Description
The Write Log activity records a specified log message at a defined severity level. These log messages are sent to the Control Room and appear on the Logs page for tracking and analysis.
Properties
Input
- Level – Defines the severity level of the log message.
- Message – Specifies the content of the log message.
Misc
- DisplayName – Assigns a custom display name to the activity.
- Private – By default, the activity logs the values of properties inside the workflow. If Private is enabled, logging of these values is suppressed.
Optional
- Continue On Error – Determines whether the automation should proceed even if this activity encounters an error. This field supports Boolean values (
True
orFalse
), with False as the default value.
note
If this activity is inside a Try-Catch block and Continue On Error is set to True, errors will not be caught when the activity executes.
Example
Download Example