Hi guys,
I'm working on a scenario of multiple robots and multiple processes.
I have evaluated following approaches:
1. Use active queues with resource pool: not the correct approach according to the product documentation
2. A process which consume just one work queue item, scheduled on all the robot machine: ok but i have to schedule this activity continuously every 1 minute it seems not so scalable
3. A process which consumes all the work queue items, scheduled on all robot machines
maybe I'm not considering all the options and maybe there's some out of the box feature that can help me to solve those problems.
Any ideas or best practices?
Best regards