I am running several kf steps in parallel. When they all complete AND if they have all succeeded I would like to trigger a last final step. With my current implementation the last step triggers if any of the previous ones succeeds which is not what I intend.
I have been looking at the documentation but I could not find a straightforward way to do it. Could someone provide an example?