Skip To Content

Добавление и настройка шага Обновить свойства задания

Шаг Обновить свойства задания позволяет лицу, выполняющему задание, обновлять расширенные свойства и следующие свойства задания:

  • job_name
  • start_date
  • due_date
  • priority_rank
  • description
  • owned_by
  • job_status
  • примечания
  • parent_job

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

Если свойство содержит недопустимое значение или обязательное свойство не содержит значения, свойство выделяется красным цветом, а кнопка Продолжить недоступна.

Примечание:

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

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

  • The step can be cancelled by clicking Cancel.
  • The step can be finished by clicking Proceed.

Настройка шага

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. Optionally, add the message you want to appear when the step is run in the User Prompt text box.

    If the user prompt contains plain text and Arcade expressions, you'll need to format the text as follows:

    'This job is currently assigned to ' + JobOwner($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.

  5. В разделе Аргументы введите имя таблицы и имя поля свойства, которое нужно обновить, в текстовом окне Свойства задания, используя следующий синтаксис:
    tablename.fieldname
    Примечание:

    Имя таблицы для свойств задания - jobs. Имена таблиц расширенных свойств можно найти на вкладке Расширенные свойства шаблона задания.

  6. При желании щелкните кнопку Показать значение по умолчанию Show Default Value, чтобы определить значение по умолчанию и настройки видимости для свойства при выполнении шага.
    1. Выберите одну из следующих опций:
      • Значение - Предоставьте статическое значение.
      • Выражение Arcade - Предоставьте динамическое значение с помощью выражения Arcade.
    2. Укажите значение по умолчанию для свойства в текстовом окне Значение или Выражение Arcade.
    3. Отметьте Видимый, чтобы разрешить изменение значения при выполнении шага.
    Внимание:

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

  7. При желании щелкните Добавить новое свойство задания и повторите шаги 5 и 6, чтобы добавить больше свойств.
    Примечание:

    Чтобы удалить свойство задания, наведите на него курсор и щелкните кнопку Удалить свойство Delete Property.

  8. Optionally, hover over a property, click the Reorder Property button Reorder Property, and drag it to the desired location to reorder the properties.
  9. Click the Options tab.
  10. 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

  11. Optionally, check the Enabled check box in the Step Commenting section to allow a user to add a comment when the step is run.
  12. Optionally, if you enabled step commenting, check the Required check box in the Step Commenting section to require a comment.
  13. 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) + '.'

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