Long running process - job

Hello all, hope you are doing well

I need some help please, we have a process that contains one long running activity (wait for task and resume)…when waiting for task, the job assumes the suspended state and then resumes…is it possible to choose which bots can resume the job and not the first available?

Thanks in advance

you can implement queue with unique references attached to the original part of process, when it resumes, they will get the queue items those they need to process.

reference can be as simple as Robot1_Transaction1

And robot one should pick the queue items using Get Transaction item having the starts with parameter as “Robot1”

Hope this helps!

Thank you for your suggestion… The reference its already used for other validations and can’t be changed…there isn’t another way? We only want that when a job resumes, resume only in specific robots.