Hi,
As part of my process I have an “Event base Gateway”, that there are two conditions -
Either 24hr past or
Shipment update and there are no missing details
The following diagram will reset the timer every time there was a “Shipment Update” signal.
How can I implement the above ?
Many thanks,
Chani
@Chani_Green if you provide more details on your use cases, can provide you with more options.
But what about something like this?
Thanks !
More details - the max time to stay in this state is 24hr. within this time we are listening to the update event and after the update in case there are no missing details we quit. is there is still missing details we wait. after 24hr no matter what we quit.
Did this instead
@Chani_Green sure that looks to work.
Can also take a look at this for additional ideas:
@Niall , wouldn’t this create the possibility of a race event if the bpmn builder does not take into account the Timer Cycle and the timeout timer?
I was thinking something like a counter that when reached the defined max count would end the process.
Something like this (Where the timeout period would be Max Checks times Every N Minutes):
[image]
Thoughts?