Skip To Content

[Web ページを開く] の追加および構成

[Web ページを開く] ステップは、ArcGIS Workflow Manager Web アプリや ArcGIS Pro の Web ページと Web アプリの統合に使用できます。 これにより、Workflow Manager ユーザーは、Web ページや Web アプリをシームレスに操作することができます。

ステップが Workflow Manager Web アプリで実行されると、ステップで定義された Web ページまたは Web アプリが [作業] ページで開きます。 ステップの情報が [詳細] パネルに表示され、[最小化] ボタン Collapse Panel をクリックして最小化することができます。

ステップが ArcGIS Pro で実行されると、ステップで定義された Web ページまたは Web アプリが ArcGIS Pro のビューで開きます。

注意:

このステップを他のユーザーが実行している場合、[実行中] アイコン Running がジョブに表示されます。

When the step is run, the following actions can be performed:

  • The step can be paused by clicking Pause.
  • The step can be finished by clicking Finish.
注意:

If the step isn't optional, the step must be run or paused at least once before it can be finished.

ステップの構成

To configure the step, do the following:

注意:

セキュリティの脆弱性を低減するには、信頼できる Web ページや Web アプリに対してのみ [Web ページを開く] ステップを構成してください。

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

    The Step Details panel appears.

  3. Provide a name for the step in the Step Name text box.
  4. Web ページまたは Web アプリの URL を [Web ページの URL] テキスト ボックスに入力します。

    [Web ページの URL] テキスト ボックスに ArcGIS Arcade 式を使用することもできます。 例: 'https://webadaptorhost.domain.com/webadaptorname/<BranchVersionedFeatureServiceName>/?versions='+jobVersion($job,'<DatasourceName>')+'&extent='+jobLocation($job)

    動的なジョブ プロパティの詳細

    注意:

    [Web ページを開く] ステップは、埋め込み制限のない URL と、ArcGIS Enterprise ポータルのパブリック Web アプリのみをサポートします。 ArcGIS Enterprise ポータル内のセキュリティ保護された Web アプリや、コンテンツが混在する Web ページはサポートされません。

  5. 必要に応じて、[新しいブラウザーで開く] チェックボックスをオンにし、Workflow Manager Web アプリでステップが実行される際に、Web ページまたは Web アプリを新しいブラウザー ウィンドウで開きます。
  6. Click the Options tab.
  7. 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

  8. 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) + '.'
  9. Optionally, click the Style tab to change the shape and color of the step.
  10. 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 shows the step's output value:

出力説明ArcGIS Arcade 式の構文

<URL>

開いている Web ページまたは Web アプリの URL を返します。

jobOutputValue($job, '<step_id>')

関連トピック


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