Available with Workflow Manager license.
Overview
The ArcGIS Workflow Manager JavaScript Viewer is a fully-functional sample application that provides access to the workflow management capabilities on the web. Workflow Manager helps address many business challenges that arise in GIS as well as non-GIS environments by providing tools to streamline and standardize your business processes as workflows. It also provides tools for creating a unit of work called a job, allocating resources, and tracking the status and progress of jobs. The Workflow Manager JavaScript Viewer can be used with basic configuration. When working with the viewer, a basic knowledge of ArcGIS Server and ArcGIS Workflow Manager for Server REST services is required.
Supported Browsers
- Google Chrome
- Mozilla Firefox
- Microsoft Internet Explorer 10 and later
Deployment
Deploy the JavaScript Viewer by following these steps.
- Install an HTTP server such as IIS or Apache.
- Copy the contents of the Workflow Manager JavaScript Viewer folder into the web folder of the HTTP server, either at the root or a subfolder. (For example, C:\Inetpub\wwwroot, C:\Inetpub\wwwroot\wmviewer, C:\Apache\htdocs, C:\Apache\htdocs\wmviewer).
Note:
The Workflow Manager JavaScript Viewer can be found in the install location of ArcGIS Workflow Manager for Server (<Install Location>\Web\Viewers\JavaScript) or in the folder where you have downloaded it from the github.
- Modify the deployed proxy/proxy.config file to configure the Workflow Manager service that the proxy will forward to. (for more details, see ).
- Modify the deployed js/app/WorkflowManager/config/AppConfig.js file to configure the application with your services.
- If using IIS, create a website.
- Launch the sample viewer in a web browser.