バージョニングでは、複数のユーザーが独自バージョンの空間データの操作を実行し、[ジオプロセシング サービスの実行] ステップを使用して、デフォルトのブランチ バージョンへの編集をリコンサイルおよびポストできるようにします。 これにより、ユーザーが適切なタイミングで適切なデータにアクセスでき、編集の競合を避けることができます。
ステップが実行されると、ワークフローで定義された各フィーチャ サービス データ ソースに、既存のジョブ固有のバージョンのデータがあるかどうかをチェックします。 データ ソースにジョブ固有のバージョンが含まれていない場合、[バージョンの作成] ステップは自動的にバージョンを作成し、ジョブに関連付けます。 [バージョンの作成] ステップは、ジョブのワークフロー ダイアグラムで定義されたデータ ソースに対して、フィーチャ サービスごとに 1 つのジョブ バージョンの作成のみをサポートしています。
注意:
ジョブにデータ ソースのプライベート バージョンがすでに存在する場合、既存のプライベート バージョンの所有者でないユーザーがステップを実行すると、データ ソースの新しいバージョンが作成されます。
同じジョブ名を持つパブリック バージョンがすでに存在する場合、[バージョンの作成] ステップは失敗します。 既存のバージョンはジョブに関連付けられておらず、新しいバージョンは作成されません。
When the step finishes running, a message appears on the job tile with the result of the step.
ステップにデータ ソースが定義されていない場合、またはステップがバージョンの作成に失敗した場合は、[CreateVersionFailed] メッセージが表示され、ジョブは次のステップに進まなくなります。 エラー メッセージ上にカーソルを置くと、エラーに関する追加情報が表示されます。
If the step fails and the return codes don't match any of the configured paths, and the step isn't optional, the step remains in a failed state and can’t be skipped.
ステップの構成
To configure the step, do the following:
- Create or edit a workflow diagram to access the Step Library panel.
- [バージョンの作成] を [ステップのライブラリ] パネルからワークフロー キャンバス上のステップの接続矢印にドラッグします。
The Step Details panel appears.
- Provide a name for the step in the Step Name text box.
- 必要に応じて、[アクセス権限] セクションでバージョンの権限レベルを構成します。
注意:
アクセス権限設定では、バージョンの所有者以外のユーザーによるバージョンの表示または編集を制限することができます。 デフォルトは [プライベート] です。
- Click the Options tab.
- 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.
- Manual—Run the step manually.
- Optionally, provide help text for the step in the Step Help text box.
You can also use the following example to display a dynamic value using ArcGIS Arcade expressions:
'For further assistance, please contact ' + jobCreator($job) + '.'
- Optionally, click the Style tab to change the shape and color of the step.
- 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 values | Description |
---|---|
S000001 | The step completed successfully. |
F000001 | The step failed to complete successfully. |