Skip To Content

[データ品質の評価] の追加および構成

データ品質の評価ステップでは、Validation Service の評価操作を使用して、ジョブで使用されるデータの品質を評価できます。 ステップが実行されると、ワークフロー ダイアグラムで構成されたデータ ソースに関連付けられたルールが評価され、エラーが特定されます。

ステップが実行されている場合は、[キャンセル] をクリックしてキャンセルできます。

注意:

ステップがオプションでない場合、ステップが完了する前に実行する必要があります。

ステップの構成

To configure the step, do the following:

  1. Create or edit a workflow diagram to access the Step Library panel.
  2. [データ品質の評価][ステップのライブラリ] パネルからワークフロー キャンバス上のステップの接続矢印にドラッグします。

    The Step Details panel appears.

  3. Provide a name for the step in the Step Name text box.
  4. [評価タイプ] セクションで、実行する評価のタイプのチェックボックスをオンにします。
    • [整合チェック ルール] - 特定の要件や制約に基づいてデータセットのフィーチャをチェックします。
    • [計算ルール] - フィーチャの属性構成が自動的に設定されます。
    • [トポロジ ルール] - ソース ジオデータベースに定義されたすべてのトポロジ ルールを基にフィーチャ ジオメトリが比較されます。
  5. [データ ソース] セクションで、次のオプションのいずれかを選択します。
    • [すべて] - このオプションを選択すると、ワークフロー ダイアグラムで構成されたすべてのデータ ソースが評価されます。
    • [ソースの選択] - このオプションを選択して [ソースの追加] をクリックし、評価するデータ ソースを選択します。
      ヒント:

      データ ソースを削除するには、[削除] ボタン Delete をクリックします。

    • [Arcade 式] - ステップの実行時に評価されるデータ ソースを動的に決定するには、このオプションを選択して、ArcGIS Arcadeを入力します。

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

  6. [評価対象のデータ] セクションで、次のオプションのいずれかを選択します。
    • [ジョブの位置] - このオプションを選択すると、定義されたジョブの位置のデータのみが評価されます。
    • [データセット全体] - このオプションを選択すると、データセット内のすべてのデータが評価されます。
  7. [バージョン] セクションで、次のオプションのいずれかを選択します。
    • [ジョブ バージョン] - データのジョブ固有のバージョンが評価されます。
    • [デフォルト] - データのデフォルト バージョンが評価されます。
  8. 必要に応じて、[非同期ジョブとして実行] チェックボックスをオフにすると、評価が順次実行されます。
  9. 必要に応じて、[バージョンの変更点のみで実行] チェックボックスをオンにすると、データのジョブ固有のバージョンへの変更に対してのみ評価が実行されます。
  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.
      注意:

      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 the additional 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'll need to 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.
    注意:

    The About tab also contains the step's ID that can be used with dynamic job properties to obtain a step's output.

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 valuesDescription

S000001

The step completed successfully.

F000001

The step failed to complete successfully.

出力値

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

出力説明

errorsIdentified

特定されたエラーの数を返します。

moment

レスポンスの日時を返します。

success

ステップが正常に完了した場合は true、ステップが正常に完了しなかった場合は false を返します。

関連トピック


このトピックの内容
  1. ステップの構成
  2. Return value
  3. 出力値