Performance issue

Hi,

We are trying to run performance test on one of the work flow. we tried to create the flow using sequence of steps and also using parallel steps.

but we have observed sequence steps flow is much faster than the flow with parallel steps.

Sequence flow:

parallel flow:

need to understand why sequence flow is faster than parallel flow.

Based on docs join: all concurrent executions arriving at the parallel gateway wait at the gateway until an execution has arrived for each of the incoming sequence flows.

In sequence flow, there is no wait time to combine all the flows. You need to count time to merge all the responses in parallel gateway.

Product team can provide more insights.

1 Like