How Can I Serialize Flow Execution?

snowblind
Tera Expert

Hi,

I need to assure that a Flow's executions are run and completed in sequential order.  They can't run in parallel.  I thought there was a way to do that as a Flow or catalog setting but I'm unable to find it.  Is this possible?

Thanks in Advance,

Todd

1 ACCEPTED SOLUTION

Robert H
Mega Sage

Hello @snowblind ,

 

Is this the option you are looking for? It's in the Trigger section of the Flow.

 

RobertH_0-1746263179583.png

 

Regards,

Robert

 

View solution in original post

2 REPLIES 2

jonsan09
Giga Sage
Giga Sage

You can have one main flow, add the sequential flows in as subflows. You can then have them wait for the previous one complete prior to moving on to the next subflow.

Robert H
Mega Sage

Hello @snowblind ,

 

Is this the option you are looking for? It's in the Trigger section of the Flow.

 

RobertH_0-1746263179583.png

 

Regards,

Robert