Select to view content in your preferred language

"Evaluate Data Quality" step does not show "Validation rules" error when running second time

437
1
03-24-2024 09:21 PM
MarkMindlin_idea
Regular Contributor

"Evaluate Data Quality" step does not show "Validation rules" error when running second time in the loop.

We have "Evaluate Data Quality" step showing "Validation rules" error the first time. 
Next, we continue to edit data and make an additional error.
Next, run "Evaluate Data Quality" step second time.

Expected behaviour:  “errorsIdentified” in jobProgress table is 2

Test behaviour:   “errorsIdentified” is zero.

 

Workflow Manager Server on ArcGIS Pro 3.2 Enterprise 11.2

0 Kudos
1 Reply
StefanDieters1
Regular Contributor

The evaluate Data Quality step only returns "new" errors i.e. rule failures since the last evaluation. This is expected behavior. Tech support in Australia was good)

I use branch versioning and data is published to a feature service  In the end the solution is to query the feature service error layers directly using the Send Web Request step with an arcade expressions for the where clause (include an objectclassID test) and expression for the gdbVersion.

It is handy to test expressions with query via your browser.

I have also ran across your problem where a Evaluate Data quality step always returns zero.  See my reply there.