Parallel processing is not as advertised
In order to achieve parallel processing we have implemented couple of approaches.
1. Configured three different flows and all of them are 'Start upon stage entry'.
2. In another flow we created spinoff flow inside the main flow so they execute in parallel.
In both the above approaches we have seen that Pega doesn't do parallel processing but rather does sequential. This was verified by capturing the start and end times configured in different flows. In 1 above first it executes flow1, then flow2 and flow3 and in 2 above it enters main flow, then goes in spin off and finishes it and then comes out and finishes main flow.
We are on v8.6.2.
Can some one please explain why this is not working as expected.