Skip To Content

Test dynamic job properties

You can test ArcGIS Arcade expressions used for step inputs and paths in your workflow diagrams to ensure that they are returning the expected values. Complete these steps to test the values of Arcade expressions in ArcGIS Workflow Manager:

  1. If you are evaluating a job-specific Arcade expression, choose the job that contains the information that you want to evaluate and copy its job ID.
    1. Choose the job that contains the information that you want to evaluate on the Work or Manage page.
    2. Expand the Details panel if necessary.
    3. Click More Actions More Actions in the Details panel and click Show Job Id.
    4. Copy the job ID.
    5. Edit the job's workflow diagram to access the Diagram Settings panel.
      Note:

      If the Diagram Settings panel isn't available, click a blank area of the workflow canvas.

    6. In the Diagram Settings panel, in the Evaluate Arcade Expression section, paste the job ID that you copied in substep d into the Job ID text box.
    Note:

    To test the output value of a step, the step must be completed before you can do so.

  2. In the Diagram Settings panel, in the Evaluate Arcade Expression section, type the Arcade expression you want to test in the Arcade Expression text box.
    Tip:

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

  3. Click Preview to test the Arcade expression.
  4. Repeat steps as necessary to test additional Arcade expressions.

Related topics