Message 1 of 3
Dispatch FlowItem basing on queue availability
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
Could you help me with this example?
The objective is to dispatch the flow item based on queue availability. For example, when an item is ready, the operator sends the product to the first available queue (Queue 2; if it is not available, then Queue 3, and so on).
Queues are filled sequentially (Queue 1, then Queue 2, then Queue 3). If Queues 1 and 2 are freed in the meantime, Queue 4 is filled next, after which the operator can loop back to Queue 1. The logic must take into account that two queues are managed simultaneously.
The operator is responsible for two processors.
Is there an optimized solution for managing the process flow when we have more than 20 processors? In that case, it becomes difficult to replicate the process-flow blocks.
You will find the example in the attached file.
Best regrads,