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.
- Open <Portal for ArcGIS installation location>\apps\workflowmanager\conf\appconfig.json in a text editor.
- Add the mapItemId key and the map item ID using the following example: "mapItemId": "eae4b56daad2453e915cdc2638c74383.
- Save the file.
- 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:
- Open the <Portal for ArcGIS installation location>\apps\workflowmanager\index.html file in a text editor.
- 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.
- Save the file.
- Restart the ArcGIS Workflow Manager Server service using the Windows Services console.