Hello everyone,
We are upgrading an application that uses Pega Robot Manager on Pega Infinity 24.2.4.
Currently, more than 50 robotic processes automatically case create through the legacy Robotics-CreateCases Agent.
Each process has its own Activity (for example CreateCalculoCom, CreateBovElect, Createib, etc.) that creates case and queues it for Robot Manager.
With Infinity 24.2.4, Agents are marked as deprecated and Pega recommends using Job Scheduler or Queue Processor.
Our challenge is that Robot Manager does not appear to provide a built-in replacement for scheduling the automatic creation of cases.
We would like to know what is considered the recommended architecture by Pega.
Our requirements are:
- More than 50 robotic processes.
- Automatic daily execution based on configured schedules.
- Centralized administration.
- Avoid creating one Job Scheduler per process.
- Reuse the existing CreateXXXX activities if possible.
- Keep the solution fully supported for future Pega versions.
Has anyone implemented this migration successfully?
Is there a standard Robot Manager/DevStudio pattern for replacing Robotics-CreateCases?
Any official guidance or best practices would be greatly appreciated.
Thank you.