Using the above example, I have a requirement for an alternative flow condition to run B and then C.
So three conditions exists
A -> decider -> B (SOMECONDITION)
A -> decider -> C (OTHERCONDITION)
A -> decider -> B -> C (BOTHCONDITION)
How can the above be changed to add this additional flow?