Skip To Content

Additional steps for disconnected environments

When deploying ArcGIS Workflow Manager Server in an environment where the internet is not accessible, complete the steps in the following 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 configure 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.

In this topic
  1. Basemap
  2. Style sheet