Skip To Content

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

Web ページを開くステップは、ArcGIS ProArcGIS Workflow Manager Web アプリの 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] テキスト ボックスに入力します。

    ArcGIS Arcadeを使用して動的な値を入力することもできます。 [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. 必要に応じ、[Arcade の結果を自動的にエンコード] 設定を構成します。
    • [Web ページの URL] テキスト ボックスのベース URL の一部を構成するために Arcade 条件式が使用される場合、[Arcade の結果を自動的にエンコード] チェックボックスをオフにします。
    • [Web ページの URL] テキスト ボックスの Arcade 条件式の中に、URL に変換するときにエスケープする必要がある特殊文字 (スペースやフォワード スラッシュなど) を含む結果を返すものがある場合、[Arcade の結果を自動的にエンコード] チェックボックスを必ずオンにしてください。
  6. 必要に応じて、[新しいブラウザーで開く] チェックボックスをオンにし、Workflow Manager Web アプリでステップが実行される際に、Web ページまたは Web アプリを新しいブラウザー ウィンドウで開きます。
  7. Click the Options tab.
  8. 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

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

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

出力値

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 shows the step's output value:

出力説明

<URL>

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

関連トピック


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