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.
If you are upgrading to a new minor or patch version, you can find information about the breaking changes in the Release Notes article.
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
Type
property fromConfigModel
Removed the
Type
property fromUserGroupPermissionsPoco
Removed the
ScheduledDate
property fromHtmlEmailModel
.ReleaseDate
orExpireDate
properties should be used instead.Removed the
ScheduledDate
property fromInstanceDetailViewModel
.ReleaseDate
orExpireDate
properties should be used instead.Removed the
ScheduledDate
property fromWorkflowInstanceViewModel
.ReleaseDate
orExpireDate
properties should be used instead.Removed the
ScheduledDate
property fromWorkflowTaskViewModel
.ReleaseDate
orExpireDate
properties should be used instead.Removed the
SetDueDate()
method fromContentReviewConfigPoco
. The implementation accepting theContentSettingsReviewModel
parameter 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