Learn what's new in the latest release of ArcGIS Workflow Manager
ArcGIS Online June 2026
Learn about creating and managing webhook connections.
Webhook dependencies can now be added to jobs and configured using the Create Field Maps Task step or done programmatically. Learn about managing dependencies for jobs.
-
REST API
- Create and manage webhook connections
- Create, update and delete webhook connections.
- Get the list of current webhook connections or get a webhook connection by connectionId.
- Webhook dependencies for jobs
- Add or release webhook dependencies using
HoldorReleaseHold jobActions - Refresh the status of a webhook dependency using the
CheckWebhook Dependency Status jobAction - Webhook dependency information is also returned as part of
currentandSteps holdsproperties of a job in thegetrequest.Job
- Add or release webhook dependencies using
- Create and manage webhook connections
-
JavaScript API
- Get the list of current webhook connections or get a webhook connection by connectionId.
- Webhook dependencies for jobs
- Add or release webhook dependencies using
addorDependency release.Dependency - Refresh the status of a webhook dependency.
- Webhook dependency information is also returned as part of
currentandSteps holdsproperties of a job in thegetrequest.Job
- Add or release webhook dependencies using
-
WebSocket API
- The
Stepmessage has been updated with aHeld webhookproperty indicating if a webhook dependency exists on the job.Dependency
- The
ArcGIS Enterprise 12.1 Release
-
REST API
- You can now update a job’s notes while a step is running using
update.Job - The new
closedfield records the user who closed a job. TheBy getrequest returns theJob closedfield when the job is closed. You can also use theBy closedfield when searching for closed jobs, or as a display or sort field for shared searches or charts.By
- You can now update a job’s notes while a step is running using
-
JavaScript API
-
WebSocket API
- The
closedfield is included in the_by jobmessage when a job is closed.Updated
- The