- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I’m working on a simulation where products are delayed in queues and processed by processors. I’ve implemented a time table to stop items from continuing through the model during certain time intervals.
This works as intended for queues placed before processors—the time table successfully prevents items from moving forward. However, for queues that contain delays, the tokens do not stop—they continue through the delays even when the time table is inactive.
I tried to implement the solution provided in this post:
Solved: How to Pause the delay token in process flow by using time table - Autodesk Community
However, the down function and the resume function suggested there do not work in my case.
I’m wondering how I can correctly apply the time table to also pause tokens that are inside Delay activities, and ensure they only resume processing when the time table allows it.
Solved! Go to Solution.