Skip To Content

Open Pro Project Items

The Open Pro Project Items step allows you to open existing ArcGIS Pro project items such as maps, layouts, tasks, and web maps that are configured in the project. If the item is a mapping item, data layers are automatically provided to the appropriate job data version if one is available.

Note:

You can only run this step type from ArcGIS Pro. For a similar experience in the Workflow Manager web app, use the Open Web App step.

When you run the step, the items defined in the step are opened in an ArcGIS Pro project. When the step is running, you can perform the following actions:

  • Click the Pause Step button Pause Step to pause the step and close the project items so that you can return to your work at a later time.
  • Click the Complete Step button Complete Step to finish the step, close the project items, and continue the workflow.

If the step has not been configured with Can Be Skipped, the step must be run or paused at least once before it can be finished.

Configure the step

You can add any combination of ArcGIS Pro maps, layouts, web maps, and tasks to the step. The order of the items opened in ArcGIS Pro is defined by the order in which you add them to the step. Complete these steps to open items in an ArcGIS Pro project:

  1. Drag Open Pro Project Items from the Step Library to a connection arrow of a step on the workflow canvas.

    The Settings panel appears.

  2. Provide a name for the step in the Step Name text box.
  3. Optionally, provide a description for the step in the Step Description text box.
  4. Configure step options in the Options section as necessary.
    • Automatically Executes—Runs the step as soon as it becomes active.
    • Can Be Skipped—Allows the step to be finished without being run.
  5. In the Logic section, click Edit.

    The ArcGIS Pro Mapping Step dialog box appears.

  6. Choose one of the following options in the ArcGIS Pro Project section:
    • Use Current—Use the open ArcGIS Pro project.
    • Template Project Package URL—Specify the URL of an ArcGIS Pro project template that has been shared to a portal to open the template in ArcGIS Pro.
  7. In the Open ArcGIS Pro Project Items section, click Open New Item to add the items you want to open in the project.
    Note:

    To remove items, click the Delete Item button Delete Item next to the item.

  8. Choose an item type in the Type drop-down list.
  9. Click the Repoint Version check box to repoint the layers in the map when the step is run.
    Note:

    The Repoint Version check box is unavailable for Task items.

  10. Click the Finish tab to configure options for step behavior when the step has been completed.
  11. Click the Reset to Default check box to point the layers in the map back to the original version.
  12. Click the Advanced tab and configure options as necessary.
    • Zoom to Location—Zooms the map items to the job's location if a location has been defined for the job.
  13. Click Save.
    Note:

    The Save button isn't available when parameters are configured with invalid values.

  14. Optionally, click the Help tab and provide help text for the step in the Help text box.
  15. Optionally, click the Style tab to change the shape and color of the step.

Return codes

When the step finishes running, it sends a return code to indicate the result of the step. The return code is evaluated, and the workflow follows all paths that match the step's return value. The following is a list of return codes:

Return codeDescription

Failure

The step failed to complete successfully.

Success

The step completed successfully.

Related topics