Which of the below activity doesn't support parallel execution?
C
Explanation:
The First Successful router iterates through a list of configured processing routes until one of the
routes executes successfully. This is sequential execution. In all other options mentioned in the
question ,we can achieve parallel execution.
First Successful Router - should be the answer since it processes each choice sequentially. The first successful branch is then processed.