Job Queue
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-12-17 05:18 PM
I want to start one process in a queue on a robot which is busy on another process. Process B should start once Process A completes. I get Process A on thursday which is expected to run till Saturday on a machine. Now Process B is ad hoc and I have a request to process it. It comes on Friday. So process B should be triggered on Robot 1 once process A completes in the weekend. How to start this as a pending job for that Robot 1 machine?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-12-17 05:24 PM
Your schedule that starts process A could end (stop decision within process) and the next task could be process B. If there is no work for process B (because it is ad-hoc) then it will just complete and the schedule will move onto the next task, otherwise it will do the work.
There is a roadmap item planned for the product for more intelligent Active Queues - where robots can manage their own work loads - hopefully we will get that in 2018.
