Message 1 of 5
Conveyor item route
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am looking at the item's "stored" node of an item on a conveyor. Is there any way to programmatically know what is the route (or next conveyor segment) the item will follow as its path? Generically, I am aware it is the shortest path. I would like to have this information before the item starts to divert.
If this information is not available, how can one prevent an item (with specific label values) to take a certain route without knowing if it will take that route? Creating a list of all label values and loading it on a decision point is doable, but very inefficient and hard to maintain.
Thank you.