Check Flow Dependencies
In the OOTB activity pxCheckFlowDependencies there is a check inside loop of DependencyList.pxResults.
Conditions says to jump into SAME step and there the same condition appears again.
What is the purpose for additional check?
The problem is that looks like we have cases in that fail (only in prod) because this SAME rule returns false. Flow is broken then.
Did anyone face same issue?
Thank you in advance!