Log Execution Message

You can select this activity to records custom messages in the execution log of the RPA application. These messages can be used to capture informational messages, warnings, or error details during a bot’s runtime, helping with monitoring, debugging, and auditing automation workflows.

In RPA Studio, every flow executed by the author is associated to a tenant through the enforced tenant login, even if the flow is not published to Mastermind. As a result, custom log messages created using the Log Execution Message activity are securely stored in the Mastermind backend. This ensures that key log messages are available for post-run visibility during RPA execution.

This table lists the properties for the activity.

Property Type Property Name Data type Description
Input Message String The actual message to log. For example, Processed 5 invoices, 2 failed.
LogType Enum (Info, Warning, Error, Summary) The category of the log entry. You can select the type of message to record, such as Information, Warning, or Error. This helps classify log messages for easier tracking and troubleshooting during RPA execution.
SectionName String The section or logical grouping in which the log entry is recorded. This property helps organize and categorize log messages for easy identification of the context or step of the RPA workflow during execution.
Misc Display Name String The name to be displayed for the activity.
Output Job Instance ID String Unique identification number for the job.
Response Code Int32 Response code for the activity. Possible values:
  • 200 to 290: Indicates a successful response or valid output.
  • 400 to 499: Indicates client error responses.
  • 500 to 599: Indicates server error responses