RoboticsApiHelper.SendCaseResult is failing with OutOfMemory exception
Hi,
For unattended RPA (*Running on Cloud VM), i'm getting
RoboticsApiHelper.SendCaseResult - Error POST case result. Case completion status: 'Did not complete'. Error: 'Exception of type 'System.OutOfMemoryException' was thrown.'.
Is there any solution or any way in PRPC or robot server to configure memory allocation for 'RoboticsApiHelper' to get it resolved?
@PushkarS Yes. We have seen similar issue when automation continuously process more cases or during long running automations. When this happens, it is not updating the case status and hence the robot status is not moving from Working to Ready for assignment. We need to manually stop the robot from RM and then leave it to start automatically through auto balancing.
@ThomasSasnett @jeffbadger any help on this please? This error occurs at the end after completing all steps in automation. As of now, we need to manually check these scenarios and stop robot so it picks the next case.