Delay time equal to wait for event

Delay time equal to wait for event

leandroom
Not applicable
9 Views
1 Reply
Message 1 of 2

Delay time equal to wait for event

leandroom
Not applicable

[ FlexSim 24.1.0 ]

Hello,

In my process flow i got a Event-triggered source that waits for a token of the main flow to enter on a sub flow, so as soon as the event-triggered source creates the token, i need this created token stay on a delay block till the token of the main flow exits the sub flow.

How do I do that?

1719233043922.png

0 Likes
Accepted solutions (1)
10 Views
1 Reply
Reply (1)
Message 2 of 2

moehlmann_fe
Observer
Observer
Accepted solution

Is this just to set the state? Because you can do that in a Custom Code activity. Just make sure to place a "Breathe" (0s delay) between any task activity and this one. Otherwise the object will switch back to idle as part of the default state swap.

1719234383893.png

The only way to keep the token in the Delay Task would be to use a practically infinite time and release the token in a "Release Token" activity or through code later.

0 Likes