question

King-Ki F avatar image
0 Likes"
King-Ki F asked Braydn T commented

Process Flow - Emptying out tokens

Hello,

I've noticed that the tokens in my process flow end while there are tokens within the activity. How would I create a process flow so that the tokens will all end in a Sink?

In the attached model below, the tokens all stop at time 180. The tokens need to go through the entire process flow, but I'm not sure what I'm doing wrong. Is it because the source is set to a schedule?

ClusterPickingTestv5.fsm


FlexSim 20.1.0
process flowflexsim 20.1.0tokens
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Braydn T avatar image
0 Likes"
Braydn T answered Braydn T commented

@King-Ki F

The problem here is in your task sequences. If you look at all the delays, you have the wait until complete box checked. The wait until complete check box in the delay makes the tokens sit there until the delay has occurred in the 3D model. (Here is the documentation: Delay Task) I will have to ask the developers why this is only happening some of the time. In the meantime, if you change all of the delays to say token.resource instead of token.taskSequence, and remove your Create and Finish TS activities, it will run correctly. I will reach out to a developer and find out why it behaves that way.

· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.