Error requesting data from Pega - Code: InternalServerError(500)
We are connecting an RPA with Pega; everything seems to work fine until the RPA completes its work; when returning the info to Pega, we are getting an error on the call to Pega's API.
Code: InternalServerError(500)
On the Pega Logs we can see it is not able to complete the call to the API, I have tried hitting the API manually using the URL Runtime shows and I am able to get info back, but for some reason when called from Robotics Pega does not bring the data.
I am attaching the logs. Runtime error shows at the end of the logs.
@Vaspi
I found the issue; you were right at trying to look if pyWorkPage had errors, it didn't have any when opening the case, but I traced the REST service this morning and found out that pyWorkPage was triggering some error messages; it seems we had an old property referenced in the case, that property was withdrawn, and it was triggering the errors.
It was curious that the withdrawn property didn't make the whole case crash before, but only when getting the call from the API.
Thanks for the help!