The following is an archive of features introduced at previous versions of ArcGIS Workflow Manager. For a list of features and enhancements in the latest release, see What's New.
ArcGIS Online October 2025
-
REST API
- Only return user defined settings when the
includeproperty is set toSystem Settings falsein agetrequest.Settings - Several improvements to asynchronous import and export have been made.
- When exporting a workflow configuration asynchronously, the request exports a new mapping file in addition to the configuration (.wmc) file for an item. The new mapping file allows you to associate the diagrams, templates, and settings used in the source workflow item to the diagrams, templates, and settings in the destination workflow item. Use get export file to retrieve either the workflow configuration or mapping file by specifying the fileType property to be either wmc or json.
- Asyncronous imports now support the ability to import workflow configurations without overwriting diagrams, templates, or settings in the destination workflow item. Set
overwritetoConfiguration falseto leave existing diagrams, templates, and settings in the destination workflow item, alongside those you import in your configuration file. SetoverwritetoConfiguration true, or omit it in the request, to overwrite all data in the destination workflow item with the contents of the imported file. - A mapping file can be used while asynchronously importing a workflow configuration.
- Learn more about merging workflow configurations.
- The
passphraseproperty is deprecated for both asynchronous and synchronous exports.
- Only return user defined settings when the
-
WebSocket API
ArcGIS Enterprise 11.5 Release
-
REST API
-
Use get upgraded diagram version to get an upgraded version of a workflow diagram that uses new centralized data references.
-
Update or create workflow diagrams to access the new centralized data references format.
Learn more about associating data references with a workflow diagram
-
Portal,Exception Invalid,Arguments Exception Unexpected, andResults Exception Workfloware new exception types for improved error handling.Configuration Exception
-
-
JavaScript API
- Get diagram supports returning the new centralized data references format.
- The
unsubscribemethod removes all job notifications from the NotificationManager.From All
-
WebSocket API
- The
isproperty indicates whether ArcGIS Survey123 surveys can open in expanded view.Expanded View - Retrieve the ID of the subscriber from the
subscribemessage.Job Notification - The
jobmessage indicates whether a job has been closed.State
- The
ArcGIS Online June 2025
-
REST API
-
Added support for partnered collaborations. Update requests to include the organization id (
org) of the partnered organization that owns the workflow item to run and manage jobs for that item.Id -
Group avatars (
thumbnails) are now returned when retrieving workflow groups
-
-
JavaScript API
-
Added support for partnered collaborations. Include the organization id (
org) of the partnered organization that owns the workflow item inId Configwhen creating managers to run and manage jobs for that item.Info -
Group avatars (
thumbnails) are now returned when retrieving workflow groups
-
ArcGIS Online February 2025
-
REST API
-
Use get upgraded diagram version to get an upgraded version of a workflow diagram that uses new centralized data references.
-
Update or create workflow diagrams to access the new centralized data references format.
Learn more about associating data references with a workflow diagram
-
-
JavaScript API
- Get diagram supports returning the new centralized data references format.
-
WebSocket API
- The
isproperty indicates whether ArcGIS Survey123 surveys can open in expanded view.Expanded View
- The
ArcGIS Enterprise 11.4 Release
ArcGIS Online November 2024
-
REST API
Portal,Exception Invalid,Arguments Exception Unexpected, andResults Exception Workfloware new exception types for improved error handling.Configuration Exception
-
JavaScript API
- The
unsubscribemethod removes all job notifications from the NotificationManager.From All
- The
-
WebSocket API
- Retrieve the ID of the subscriber from the
subscribemessage.Job Notification - The
jobmessage indicates whether a job has been closed.State
- Retrieve the ID of the subscriber from the
ArcGIS Online June 2024
-
REST API
- Workflow Manager item configurations can be imported and exported asynchronously.
- The
allowproperty allows you to update job properties while the specified step is running.Running Step Id
-
JavaScript API
-
The
allowproperty allows you to update job properties while the specified step is running.Running Step Id
ArcGIS Enterprise 11.3 Release
-
REST API
- Configure steps with a link to a help resource to provide additional context or assistance to the user running the step.
- The
allowproperty allows you to update job properties while the specified step is running.Running Step Id
-
JavaScript API
-
The
allowproperty allows you to update job properties while the specified step is running.Running Step Id
ArcGIS Online February 2024
- REST API
- Create Email templates and associate them with a job activity to automatically send email notifications when specific actions are performed. Email settings must be configured to create email templates in ArcGIS Online.
- Configure steps with a link to a help resource to provide additional context or assistance to the user running the step.
ArcGIS Enterprise 11.2 Release
-
REST API
- Breaking Change: web hook job creation now requires the use of
header. Refer to execute webhooks for more information.Secret Key - Return replica information as part of job versions when retrieving jobs.
- Workflow Manager item configurations can be imported and exported with encrypted settings.
- Ability to create Workflow Manager items asynchronously.
- Retrieve Workflow Manager Server log information.
- Breaking Change: web hook job creation now requires the use of
-
JavaScript API
- The
getrequest returns whether there is a draft diagram for the diagram.Diagrams - The
getrequest returns whether a job has been archived.Job
- The
-
WebSocket API
- Receive synchronize replica information when running the
Open Pro Project Itemsstep.
- Receive synchronize replica information when running the
ArcGIS Online October 2023
-
REST API
- Workflow Manager item configurations can be imported and exported with encrypted settings.
- Custom SMTP server settings can be configured to enable new capabilities with the Send Email step.
-
JavaScript API
- The
getrequest returns whether there is a draft diagram for the diagram.Diagrams - The
getrequest returns whether a job has been archived.Job
- The
ArcGIS Online July 2023
Starting in July 2023, you can develop with Workflow Manager in ArcGIS Online.
ArcGIS Enterprise 11.1 Release
-
REST API
- Import/export Workflow Manager item configuration.
- Update version information on a job.
- Force a step on a job to stop running by a user not assigned to the step with the
jobprivilege.Force Stop - Configure running ArcGIS Pro custom add-in commands as part of the
Open Pro Project Itemsstep.
-
JavaScript API
- Force a step on a job to stop running by a user not assigned to the step with the
jobprivilege.Force Stop - Allow extended and related property overrides when creating jobs.
- Force a step on a job to stop running by a user not assigned to the step with the
-
WebSocket API
- Receive ArcGIS Pro custom add-in information when running the
Open Pro Project Itemsstep.
- Receive ArcGIS Pro custom add-in information when running the
ArcGIS Enterprise 11.0 Release
- WebSocket API reference is published. Enable your applications to receive real-time data updates using WebSockets.
- JavaScript API reference is published. Include Workflow Manager capabilities into your web applications and widgets.
- REST API has been updated with new methods
- executeWebHook - Configure webhooks to automatically create jobs in Workflow Manager
- evaluateWebRequest - Web request evaluator
ArcGIS Enterprise 10.9.1 Release
- REST API reference is published.