Question
Arbetsförmedlingen
SE
Last activity: 9 Jan 2025 11:39 EST
Pega RPA workitem doesn't run the code. Resolves directly after start.
Hi,
We're in a urgent need. We're new to Pega RPA. We've deployed our new RPA package to production (not first time).
After previous successful deployment, queue item was picked-up and straight away marked as resolved without code execution. We couldn't find the solution, so re-installed new runtime machine and code worked.
During recent deployment after change request, we're facing the same issue again. Queue item was picked-up, straight away marked as resolved without code execution. This time re-installation didn't work either.
Same code works in test and prod debug. We've checked all possible logs and tried everything we know, but nothing worked.
This is really urgent and any help is really appreciated, thank you!
Best Regards
/Rajesh
@RajeshS17304030 From context clues, I am assuming the following, but please correct any of my assumptions if they are incorrect.
I would suggest starting with bot registration. Is your bot actually registered and ready for work? Second, I would ensure that logging is enabled for both the RPA service and your Runtime. The RPA Service log will tell you any issues if your bot is not registering. The RuntimeLog should be used to see what happens when the assignment is transferred to the automation. You should see your ActivityStarted event fire and can step through the automation steps there to see where your logic is failing.