Skip To Content

Добавление и настройка шага Открыть веб-страницу

Шаг Открыть веб-страницу можно использовать для интеграции веб-страниц и веб-приложений в веб-приложение ArcGIS Workflow Manager и в ArcGIS Pro. Это позволяет пользователям Workflow Manager беспрепятственно взаимодействовать с веб-страницей или веб-приложением.

Когда шаг выполняется в веб-приложении Workflow Manager, веб-страница или веб-приложение, определенное на этом шаге, открывается на странице Работа. Информация о шаге отображается на панели Детали, и ее можно свернуть, щелкнув кнопку Минимизировать Collapse Panel.

При запуске шага в ArcGIS Pro веб-страница или веб-приложение, определенное на этом шаге, открывается в виде в 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:

Внимание:

Чтобы уменьшить уязвимости системы безопасности, шаг Открыть веб-страницу следует настраивать только для доверенных веб-страниц и веб-приложений.

  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. Введите URL-адрес веб-страницы или веб-приложения в текстовое окно URL-адрес веб-страницы.

    Вы также можете использовать выражения ArcGIS Arcade в текстовом окне URL-адрес веб-страницы. Например, 'https://webadaptorhost.domain.com/webadaptorname/<BranchVersionedFeatureServiceName>/?versions='+jobVersion($job,'<DatasourceName>')+'&extent='+jobLocation($job).

    Более подробно о динамических свойствах заданий

    Примечание:

    Шаг Открыть веб-страницу поддерживает только URL-адреса без ограничений на встраивание и общедоступные веб-приложения на портале ArcGIS Enterprise. Защищенные веб-приложения на портале ArcGIS Enterprise и веб-страницы со смешанными ресурсами не поддерживаются.

  5. При желании отметьте Открыть в новом браузере, чтобы открывать веб-страницу или веб-приложение в новом окне браузера, когда шаг выполняется в веб-приложении Workflow Manager.
  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>

Возвращает URL-адрес открытой веб-страницы или веб-приложения.

jobOutputValue($job, '<step_id>')

Связанные разделы