Introduction
With the release of update 7.0 there are two ways to know the details of errors that may occur in the bot's execution. Detailed information about errors allows you to handle them properly and debug the algorithms.
Message on the "Workflows" page
If an error occurs during the execution of the bot, the corresponding icon will be displayed on the "Workflows" page:
Click this icon to see detailed information about the error. It will contain the date and time the error occurred, the file and activity where the error occurred, and the error message itself.
Error email
Orchestrator SaaS has the ability to send messages to users regarding bot failures. This feature is enabled by default and can be disabled on the Orchestrator page:
The email address of the user who published the bot is taken as the address to send messages to. If necessary, this address can be changed or more addresses can be added.
The error message will look like this:
The execution of the bot on Bot Runner {Bot name} is stopped due to: {Error message}
Date: {Date}, {Time}
Link: {Link to bot}