Skip to main content
This topic introduces sequential execution for integration & automation flows in YiDA Dedicated edition and when to use it, for example, in scenarios such as retrieving and updating inventory. The original execution mode of integration & automation flows defaults to parallel: when multiple records trigger the same integration & automation flow, they are executed concurrently. Execution is faster, and this fits flows whose runtime instances do not affect one another. Once sequential execution is On, multiple records will be executed one at a time, which is slower and fits flows whose runtime instances have upstream-downstream dependencies.
Once sequential execution is On, multiple instances of the integration & automation flow will be executed one at a time, and execution speed may be relatively slow. Enable it with care as needed.