Question
Starbucks
US
Last activity: 21 Jul 2020 10:50 EDT
Robotics Runtime - Runtime Exiting Event
We're trying to locate an event that can be used to trigger a quick logging automation when a stop/shutdown/terminate command is received by the runtime.
This is for auditing purposes, we currently log individual items processed by the bot, and the bot sessions. On the allprojectsstarted event, we add a start entry in the bot session table. When the bot is exiting (at the end of a robot manager scheduled session, or by triggering it through robot manager), we want it to add the shutdown timestamp to the bot session table.
Is there any way to achieve this, or can we only audit cases (robot activities) processed, not the bot execution session itself?