question

Sebastian Hemmann avatar image
0 Likes"
Sebastian Hemmann asked Matthew Gillespie answered

Sending Staff on Break

Hi,

with FlexSim "HC Environment" we also start using "Down Behaviors" but I can´t find an option I´m looking for.

It looks as if staff is only trying to go for a break a special time period.

Does anybody have a good idea what to do if I want to force staff do a break?

FlexSim 20.0.2
staffdown behaviorbreak
no-break.png (105.7 KiB)
· 4
5 |100000

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

Matthew Gillespie avatar image Matthew Gillespie ♦♦ commented ·

Do you mean you want the staff to immediately take a break? You can change the priority value so that it preempts tasks of a lower priority tier. However, this will still wait until the staff starts a preemptable Process activity.

0 Likes 0 ·
Sebastian Hemmann avatar image Sebastian Hemmann Matthew Gillespie ♦♦ commented ·

I meant that I don´t want to cancel the break but need a hint that this staff is didn´t do the break until now.

0 Likes 0 ·
Matthew Gillespie avatar image Matthew Gillespie ♦♦ Sebastian Hemmann commented ·

So you want to listen to when the person actually goes on break?

0 Likes 0 ·
Show more comments

1 Answer

·
Matthew Gillespie avatar image
1 Like"
Matthew Gillespie answered

Unfortunately we don't currently have an option for something like that.

You should make your own DownBehavior object and Shift Schedule flow. The default down behaviors in their Down Function create a token in the Shift Schedule flow (MODEL:/Tools/People/Flows/Shift Schedule) and set a bunch of labels on it before releasing it into the flow. So copy the ShiftSchedule flow and make whatever changes you want to it. Then make a new down behavior and in its Down Function create a token in your new flow.

Here's an example model. I changed the Acquire Staff activity so that when the Max Wait Timer ends it increases the priority to 999 and then releases the token back into the Acquire Staff activity. So the staff is supposed to start his Mandatory Break at 9:15, but he's busy doing another process. After 2 hours without doing his break the Max Wait Timer fires and increases the priority to 999 and then the staff goes on break at 11:15.

mandatorybreak.fsm


mandatorybreak.fsm (68.8 KiB)
5 |100000

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

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.