Skip To Content

Добавление и настройка Очистки

Шаг Очистка удаляет активные версии задания связанные с заданием. Он также удаляет целевую версию из версионного сервиса объектов. Когда шаг выполняется, он проверяет задание на наличие активных версий задания для удаления.

Примечание:

Версии, принадлежащие другим пользователям, могут быть удалены только администратором портала. Если активная версия задания принадлежит другому пользователю, эту версию нельзя удалить, и шаг Очистка завершится ошибкой.

When the step finishes running, a message appears on the job tile with the result of the step.

Если на этом этапе не удаляются все версии задания, связанные с заданием, на листе задания появляется сообщение CleanupFailed, и задание не переходит к следующему этапу. Наведите курсор на сообщение об ошибке, чтобы отобразить дополнительную информацию об ошибке.

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:

  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. В разделе Аргументы убедитесь, что установлен флажок Версии задания.
  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 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

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

    Подсказка:

    Click the This input supports Arcade Expressions button This input supports Arcade expressions and choose an ArcGIS Arcade expression to add it to its associated text box.

  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.

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.

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


В этом разделе
  1. Настройка шага
  2. Return value