Skip To Content

Installing Workflow Manager Web App

The ArcGIS Workflow Manager Web App must be installed on the same machine as Portal for ArcGIS. The steps below will guide you through the installation process for ArcGIS Workflow Manager Web App.

  1. Log in as a user with administrative privileges.
  2. Sign in to the My Esri site with the Esri Account that is tied to your customer.
  3. Go to My Organization and click Downloads.
  4. Locate ArcGIS Enterprise (Windows) and click View Downloads.
  5. Expand the Product Components section.
  6. Click Download for the ArcGIS Workflow Manager Web App setup program.
  7. The ArcGIS Workflow Manager Web App setup program should launch automatically after the download has completed. If the ArcGIS Workflow Manager Server setup program does not launch automatically, browse to the location of the downloaded setup files and double-click Setup.exe.
  8. Review the license agreement and accept it, or exit if you do not agree with the terms.
  9. To complete the installation, follow the directions on the screen.

Additional steps for disconnected environments

When deploying ArcGIS Workflow Manager Web App in an environment where the internet is not accessible, complete the steps in the following two sections:

Basemap

Portal for ArcGIS comes preconfigured with a collection of basemaps from ArcGIS Online that can be used with the ArcGIS Workflow Manager Web App.

Note:

The ArcGIS Online basemaps require internet access. You'll need to configure the web app to use a local basemap.

  1. Open <Portal for ArcGIS installation location>\apps\workflowmanager\conf\appconfig.json in a text editor.
  2. Add the mapItemId key and the map item ID using the following example: "mapItemId": "eae4b56daad2453e915cdc2638c74383.
  3. Save the file.
  4. Restart the ArcGIS Workflow Manager Server service using the Windows Services console.

Style sheet

Complete the following steps to update the ArcGIS Workflow Manager Web App to use a local style sheet:

  1. Open the <Portal for ArcGIS installation location>\apps\workflowmanager\index.html file in a text editor.
  2. Update <link rel="stylesheet" href="https://js.arcgis.com/4.11/esri/css/main.css"> to use a local style sheet using the following example: <link rel="stylesheet" href=https://webadapterhost.domain.com/portalwebadaptorname/jsapi/jsapi4/esri/css/main.css.
  3. Save the file.
  4. Restart the ArcGIS Workflow Manager Server service using the Windows Services console.