Concurrency of ScheduledEvent

0
If a ScheduledEvent takes longer than the repeat interval, does the microflow run twice at the same time? When I put a breakpoint inside the microflow and wait for a couple of minutes I would expect it to trigger multiple Paused microflows but I don't see this happening.
asked
1 answers
1

No it does not. And when a microflow process for some reason never finishes a new one will only be triggered after a reset of the environment. For this reason I always create multiple scheduled events for processes where this could happen. I had a SFTP import that sometimes would never stop. By creating multiple scheduled events (each would run after 8 hours but with 4 hours apart) the process would continue at least half the time untill I could resett the environment on my terms instead of having to do it because it stopped working.

Regards,

Ronald

answered