Version Specific Upgrade Notes
Version specific documentation for upgrading to new major versions of Umbraco Workflow.
This page covers specific upgrade documentation for when migrating to major 13 of Umbraco Workflow.
Version Specific Upgrade Notes History
Version 13 of Umbraco Workflow has a minimum dependency on Umbraco CMS core of 13.0.0. It runs on .NET 8.
Breaking changes
Version 13 is primarily a dependency update, but does remove some properties previously marked obsolete. These are not typical extension or integration points, and are listed below for reference.
Code
Removed the
Typeproperty fromConfigModelRemoved the
Typeproperty fromUserGroupPermissionsPocoRemoved the
ScheduledDateproperty fromHtmlEmailModel.ReleaseDateorExpireDateproperties should be used instead.Removed the
ScheduledDateproperty fromInstanceDetailViewModel.ReleaseDateorExpireDateproperties should be used instead.Removed the
ScheduledDateproperty fromWorkflowInstanceViewModel.ReleaseDateorExpireDateproperties should be used instead.Removed the
ScheduledDateproperty fromWorkflowTaskViewModel.ReleaseDateorExpireDateproperties should be used instead.Removed the
SetDueDate()method fromContentReviewConfigPoco. The implementation accepting theContentSettingsReviewModelparameter should be used instead.
Legacy version specific upgrade notes
You can find the version specific upgrade notes for versions out of support in the Legacy documentation on GitHub.
Last updated
Was this helpful?