This project contains 3 sample ArcGIS Workflow Manager Operations Dashboard widgets.
This widget shows an overview of all of the jobs in the Workflow Manager system in pie chart form. It also allows you to hover over sections of each section of the pie to view information about how many jobs are in that category.
This widget allows you to create new jobs of any active Job Type, with an optional Area of Interest (AOI).
This widget allows you to select an AOI on the map and see the name and workflow of the selected job. It also allows you to execute or mark steps as complete when allowed.
-
Download the source code and save to a local folder or clone the repository
-
Edit the configuration options in config/settings.js.
-
Create a new ArcGIS Online Web Map which will be the basis of your operations view.
-
Either open Operations Dashboard in Dev Mode or deploy the widgets for use in Operations Dashboard
-
Create a new Operations View using the Web Map created earlier.
-
Add the widgets to the Operations View
For more information, see the Workflow Manager JS API documentation at https://workflowsample.esri.com/doc/javascript/jsapi/index.html and the Operations Dashboard Extensibility documentation at https://developers.arcgis.com/javascript/jshelp/operations-dashboard-extensibility-overview.html
Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.
Copyright 2016 Esri
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
A copy of the license is available in the repository's license.txt file.