Simulating Robot Activities in Robot Runtime
We currently have numerous solutions setup using InteractionActivities. These are incompatible with RobotActivities and would require significant effort to rework the solutions to use them.
Has anyone had any luck simulating robot activities? The ask that we're trying to fulfill is preventing the bots from shutting down at the end of their scheduled time, if they are still actively working. This behavior was fixed in v19.1.54, but requires RobotActivities to function.
It seems RobotActivities are just assigning a case to the bot operator, which would inform PRPC that the bot is still actively working. Is there a way to do this directly with an API call and have it perform the assignment in the same manner a robot activity would?