'Can we send output from 1 branch to another in parallel type step function execution?

enter image description here

I need the output from that 2nd branch to be included as input to 1st branch's next step. Like multiple inheritance just check the diagram to get clear picture.



Solution 1:[1]

You want indeed an inner parallel block to reconciliate the two branches.

Sorry for the bad quality of my drawing.

enter image description here

And in this specific context, it could also mean that the step should be outside of the parallel block, if you want to have one single parallel block.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Floh