question

Mohamed Eldakroury avatar image
0 Likes"
Mohamed Eldakroury asked Mohamed Eldakroury commented

CreateTaskSequence stuck when operator is on break

Hello,

I am building a basic fixed resource and I'm using operators to execute the tasks. When operators are on break, the create task sequence step in the process flow is put on hold, which is what I expected. However, when the operators are back from break, The CreateTaskSequence activity doesn't resume or attempt again to assign the tasks to operators. I tried unchecking the "Dispatch and Wait function" but the token gets stuck in the travel step. Any thoughts on why tokens get stuck?


AcquireResourcesFromMultipleListsV3.fsm

FlexSim 23.2.0
timetablestasksequences
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

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Mohamed Eldakroury commented

The problem will be that your delays are independant of the taskexecuter availability and you finish a tasksequence that is not active. When the TE is stopped you really need the delays be paused - you can do this by making all your delays delay Tasks for the operators.

Also - I think you're complicating things by adding resources - just use the dispatchers as the place you create the task sequence and you'll be good ( that change attaced).

acquireresourcesfrommultiplelistsv3_jl.fsm


· 1
5 |100000

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

Mohamed Eldakroury avatar image Mohamed Eldakroury commented ·

That worked! and thanks for the advice, it made my life much easier. I was thinking of acquiring and releasing resources but I think the task sequence activity is doing that by default.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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