Skip to main content
Answer

System flow skipped when previous run not ended

  • May 16, 2023
  • 1 reply
  • 29 views

Forum|alt.badge.img+1

I have a system flow A that runs every second. Most of the time nothing happens but sometimes someting does happen. Am i right to conclude that the next scheduled run of system flow A is skipped if the previous run of system flow A has not yet ended?

I want to avoid that multiple of the same system flow run at the same time. I've done some tests and the next run seems to be skipped when the previous run has not ended yet, but i cannot find a definitive answer in the documentation.

Thank you

Best answer by Mark Jongeling

Hi Ling Wu,

If this setting is False, new instances will not be started, and also not queued, until the previous instance has finished:

Allow multiple running instances

 

This topic has been closed for replies.

1 reply

Mark Jongeling
Administrator
Forum|alt.badge.img+23
  • Administrator
  • Answer
  • May 16, 2023

Hi Ling Wu,

If this setting is False, new instances will not be started, and also not queued, until the previous instance has finished:

Allow multiple running instances