I am trying to branch in my workflow based upon the output value 'errorsIdentified' of the EvaluateDataQuality step. This is for the server version using Enterprise 10.9.1 and Pro 2.9.
I have tried setting the Path Logic using Expressions with the expression :
Path 1 out of Evaluate Data Quality
jobOutputValue($job, 'e876f36d-2683-e499-ae54-f44430d04daa', 'errorsIdentified') >0
Path 2 out of Evaluate Data Quality
jobOutputValue($job, 'e876f36d-2683-e499-ae54-f44430d04daa', 'errorsIdentified') = 0
The workflow fails after the Evaluate Data Quality step with a message "No paths match return code"
If have tried first branching on the return code from Evaluate Data Quality, placing a manual step on the "success output" and then again using the above expression. Same result.


Any ideas ?