FinishTS does not work when Token passes FinishTS during schedule down

FinishTS does not work when Token passes FinishTS during schedule down

ozawa_shinya
Advocate Advocate
5 Views
2 Replies
Message 1 of 3

FinishTS does not work when Token passes FinishTS during schedule down

ozawa_shinya
Advocate
Advocate

[ FlexSim 22.0.11 ]

Hi,

In the following FlexSim model, FinishTS does not work.

Timetable1 stops TaskExecuter1 for 5-25 seconds.

At 0 seconds the TS should be created and at 10 seconds the TS should end, but it doesn't work.

How can I terminate TS correctly?

I do not want the delayed activity's clock to stop even when it's scheduled down.

Is it possible?

Thanks in advance.

Token_passes_FinishTS_during_schedule_down.fsm

0 Likes
Accepted solutions (1)
6 Views
2 Replies
Replies (2)
Message 2 of 3

jason_lightfootVL7B4
Autodesk
Autodesk
Accepted solution

This is a known behavior. In the past we've recommended that instead of using a straight FinishTS activity the user calls a subflow that resumes the stops, finishes the TS and then reapply the same stops.

Alternatively you can ensure the stoppage does not occur while the task executor is idle by making sure any process flow delays that require the TE are delay TASKS, and/or by selected a set of states for which the Time Between Failure (TBF) should apply.


Message 3 of 3

ozawa_shinya
Advocate
Advocate
Thank you for your information.
0 Likes