Purpose:
When multiple integration flows are linked to a single webhook, the Execution Sequence establishes a clear execution priority to ensure an organized and predictable data flow.
Functionality:
Each integration flow is assigned a numerical Execution Sequence value.
Flows with lower sequence numbers are prioritized and executed before those with higher numbers.
This prioritization ensures that critical flows are processed first, maintaining a logical sequence of actions.
Tiebreaker:
In cases where two integration flows hold identical Execution Sequence values, the system randomly selects one of them for execution.
Example:
If Integration Flow A has an Execution Sequence of 1 and Integration Flow B has an Execution Sequence of 2, Flow A will always be executed before Flow B.
However, if two flows both have an Execution Sequence of 5, the execution order will be randomly determined.


