How to process DB transactions parallely in multinode environment.
We have a requirement where a huge chunck of data is loaded into DB and cases have to be created based on the data in DB. Now the current approach being used is Advanced Agent creates the cases and queues them to a standard agent. Standard agent then takes care of the next flow processing.
Is there any other better approach which will help us with the maintainability aspect , as we have to here maintain quite a number of agents as the data is huge.
***Edited by Moderator Marissa to update platform capability tags****