Process Definition Processor

Process definition processor used to keep processes between two orgs in sync

Last updated: June 25, 2025 | Edit this page | Discuss this page

Process definition processor used to keep processes between two orgs in sync

top

Options

Parameter Type Description Default Value
Enabled Boolean If set to true then the processor will run. Set to false and the processor will not run. missing XML code comments
MaxDegreeOfParallelism Int32 Maximum number of parallel operations to execute simultaneously during process definition migration to optimize performance. missing XML code comments
Processes Dictionary Dictionary mapping process names to lists of work item type names to be included in the migration. If null, all work item types will be migrated. missing XML code comments
ProcessMaps Dictionary Dictionary mapping source process names to target process names for process template transformations during migration. missing XML code comments
SourceName String This is the IEndpoint that will be used as the source of the Migration. Can be null for a write only processor. missing XML code comments
TargetName String This is the IEndpoint that will be used as the Target of the Migration. Can be null for a read only processor. missing XML code comments
UpdateProcessDetails Boolean Indicates whether to update existing process details in the target organization or only create new processes. missing XML code comments
top

Samples

top

Sample

Sample

There is no sample, but you can check the classic below for a general feel.
top

Defaults

Defaults

There are no defaults! Check the sample for options!
top

Classic

Classic

{
  "$type": "ProcessDefinitionProcessorOptions",
  "Enabled": false,
  "Processes": null,
  "ProcessMaps": null,
  "UpdateProcessDetails": false,
  "MaxDegreeOfParallelism": 0,
  "SourceName": null,
  "TargetName": null
}
top

Metadata

Project Information
Azure DevOps Marketplace
YouTube Channel
Maintainer

Created and maintained by Martin Hinshelwood of nkdagility.com

Documentation Versions
Production Azure DevOps Migration Tools Release Version
Preview Azure DevOps Migration Tools Preview Version
Getting Support
Community Support
Questions & Discussions

The first place to look for usage, configuration, and general help.

Commercial Support

We provide training, ad-hoc support, and full service migrations through our professional services.

Azure DevOps Migration Services
Documentation