Skip To Content

Add and configure Evaluate Data Quality

License:

Organization members must be assigned a license for the ArcGIS Advanced Editing user type extension to use this step.

The Evaluate Data Quality step allows you to evaluate the quality of the data used in jobs using the Validation Service's Evaluate operation. When the step runs, it evaluates the rules associated with the data source configured in the workflow diagram and identifies errors.

When the step is run, it can be cancelled by clicking Cancel.

Note:

If the step isn't optional, the step must be run before it can finish.

Configure the step

Do the following to configure the step:

  1. Create or edit a workflow diagram to access the Step Library panel.
  2. Drag Evaluate Data Quality from the Step Library panel to a connection arrow of a step on the workflow canvas.

    The Step Details panel appears.

  3. Provide a name for the step in the Step Name text box.
  4. In the Evaluation Type section, check the check boxes for the type of evaluation you want to perform.
    • Validation Rules—Check features in a dataset based on specific requirements or constraints.
    • Calculation Rules—Automatically populate attribute configurations for features.
    • Topology Rules—Compare feature geometry against all topology rules defined in the source geodatabase.
  5. In the Data Sources section, choose one of the following options:
    • All—Choose this option to evaluate all data sources configured in the workflow diagram.
    • Select Sources—Choose this option and click Add Source to choose the data sources that you want to evaluate.
      Tip:

      To delete a data source, click the Delete button Delete.

    • Arcade Expression—Choose this option and provide an ArcGIS Arcade expression to dynamically determine the data source that will be evaluated when the step is run.

      Click This input supports Arcade Expressions This input supports Arcade expressions and choose an ArcGIS Arcade expression to add it to its associated text box.

  6. In the Data to Evaluate section, choose one of the following options:
    • Job Location—Choose this option to only evaluate data in the defined job location.
    • Entire Dataset—Choose this option to evaluate all data in the dataset.
  7. In the Version section, choose one of the following options:
    • Job Version—Evaluate the job-specific version of the data.
    • Default—Evaluate the default version of the data.
  8. Optionally, uncheck the Run as asynchronous job check box to run the evaluations sequentially.
  9. Optionally, check the Run on changes in version only check box to only run the evaluation on changes that are made to the job-specific version of the data.
  10. Click the Options tab.
  11. Configure Step Options as necessary.
    • Manual—Run the step manually.
      • Optional—Allow the step to be finished without being run.
    • Automatic—Run the step as soon as it becomes active.
      Note:

      If your workflow diagram is configured to automatically run a sequence of steps that includes the Evaluate Data Quality or the Run GP Service step, steps that attempt to run after the user token that started the sequence of steps expires will not run automatically. You must have a license for the ArcGIS Workflow Manager Server Advanced role to continue running more automated steps without manual intervention.

    • Run on a Schedule—Run the step according to a schedule you set.

      Learn more about scheduling options

  12. Optionally, provide help text for the step in the Step Help text box.

    You can also use ArcGIS Arcade expressions to provide a dynamic value for the step help. If the step help contains plain text and Arcade expressions, you must format the text as follows:

    
    'For further assistance, please contact' + JobCreator($Job) + '.'

  13. Optionally, click the Style tab to change the shape and color of the step.
  14. Optionally, click the About tab and provide a description for the step in the Step Description text box.
    Tip:

    The About tab also contains the step's ID that can be used with dynamic job properties to obtain a step's output. Click Copy Step ID Copy Step ID to copy the step ID to your clipboard.

Return value

When the step is completed, its return value is stored to indicate the result of the step. The return value can be immediately evaluated using paths to determine the next steps in the workflow. You can also retrieve the return value for completed steps throughout the workflow using ArcGIS Arcade expressions. The following table lists the step's return values:

Return valueDescription

S000001

The step completed successfully.

F000001

The step failed to complete successfully.

Output value

When the step is completed, its output value is stored and can be used to determine the path the workflow follows or can be used as inputs for other steps throughout the workflow. The following table lists the step's output values:

OutputDescription

errorsIdentified

Returns the number of errors identified.

moment

Returns the date and time of the response.

success

Returns true if the step completes successfully or false if the step fails to complete successfully.

Related topics