Workflow Manager JavaScript Viewer in disconnected environment

3692
1
03-23-2016 11:41 AM
MarcSt_Onge
New Contributor


We're trying to deploy the WMX JavaScript Viewer in a disconnected environment and having trouble. We're using the 10.3 version with JS API 3.13 with IE11 and Chrome.

The REST endpoints work fine for the WMX service, the AOI Service, and our custom BaseMap service. We can see the map services in the ArcGIS JavaScript viewer.

In the WMX viewer, however, the maps never show. We get the job lists, users, queries, reports, everything like that, so the WMX Service appears to be fine.

When we look at the network requests, I don't see the export requests like I see in the live demo. (e.g. http://workflowsample.esri.com/arcgis/rest/services/Workflow_LOI/MapServer/export?dpi=96&transparent... ). This function return a correct image from the REST endpoint.

Has anyone tried this in a disconnected environment? Any insights?

0 Kudos
1 Reply
MarcSt_Onge
New Contributor

We finally figured this out. The map service must be a cached map service.

NB - They have added to the ReadMe that the minimum IE release is 10, which is higher than the JavaScript API.

0 Kudos