One of our customers has a bunch of workflows that contain a series of single-branch conditional sequences, one after the other.
I'm wondering if it would be better to compile them into a single conditional decision activity with several branches, where the current vertical order of conditional sequences is transferred to the conditional decision branches from left to right. Would there be any performance difference?