Skip to main content
Question

Scheduling action flows' execution one after another

  • August 14, 2026
  • 0 replies
  • 1 view

Arunjit
Level 1
Forum|alt.badge.img

I have multiple action flows seggregated by country and other attributes. All the AFs are writing to the same table in the data pool. Due to the execution runtime limit, I had to create multiple action flows instead of one action flow.

Now all the AFs are scheduled to be executed every Monday. I can not schedule all AFs half an hour apart, as the count of AFs will only grow in the future and writing back to the data model for all AFs may take more than a day to complete.  And to use trigger at each AF is troublesome to maintain.

Is there any easy way, where I can trigger the first AF execution on Monday and all other AFs will be executed one by one without any deadlock.