question

Shinya O avatar image
0 Likes"
Shinya O asked Shinya O commented

FinishTS does not work when Token passes FinishTS during schedule down

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

FlexSim 22.0.11
delaytimetablefinish task sequence
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
1 Like"
Jason Lightfoot answered Shinya O commented

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.


· 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.

Shinya O avatar image Shinya O commented ·
Thank you for your information.
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.