Skip To Content

バージョンの要求の追加および構成

バージョンの要求ステップは、1 つ以上のジョブ固有バージョンのデータの所有者を現在のユーザーに変更します。 これにより、ジョブ中にデータの所有権をユーザー間で移譲できます。 たとえば、エディターがバージョンの作成ステップを実行してジョブ固有のバージョンのデータを作成し、ArcGIS Pro プロジェクト アイテムを開くステップを実行して、フィーチャを追加および編集します。 エディターがステップを完了すると、確認するために、ジョブが品質管理 (QC) グループに割り当てられます。 QC グループ内のユーザーがバージョンの要求ステップを実行すると、データに変更を加えられるように、ジョブ固有バージョンのデータの所有者は、エディターから QC ユーザーに移されます。

ステップを実行すると、ジョブ固有バージョンのデータの所有者が現在のユーザーに変更されます。 ジョブ固有バージョンのデータが存在しない場合、ジョブ タイルにエラー メッセージが表示されます。

ステップの構成

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. [データ ソース] セクションで、次のオプションのいずれかを選択します。
    • [すべて] - このオプションを選択すると、ワークフロー ダイアグラムで構成されたデータ ソースのすべてのバージョンが要求されます。
    • [ソースの選択] - このオプションを選択して [ソースの追加] をクリックし、要求するデータ ソースを選択します。
      ヒント:

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

    • [Arcade 式] - ステップの実行時に要求されるデータ ソース バージョンを動的に決定するには、このオプションを選択して、データ ソースのアイテム ID を返す ArcGIS Arcadeを入力します。
      ヒント:

      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.

  5. Click the Options tab.
  6. 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 additional automated steps without manual intervention.

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

      Learn more about scheduling options

  7. 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) + '.'

  8. Optionally, click the Style tab to change the shape and color of the step.
  9. 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. 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.

関連トピック


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