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 13 of Umbraco Workflow has a minimum dependency on Umbraco CMS core of 13.0.0
. It runs on .NET 8.
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.
Removed the Type
property from ConfigModel
Removed the Type
property from UserGroupPermissionsPoco
Removed the ScheduledDate
property from HtmlEmailModel
. ReleaseDate
or ExpireDate
properties should be used instead.
Removed the ScheduledDate
property from InstanceDetailViewModel
. ReleaseDate
or ExpireDate
properties should be used instead.
Removed the ScheduledDate
property from WorkflowInstanceViewModel
. ReleaseDate
or ExpireDate
properties should be used instead.
Removed the ScheduledDate
property from WorkflowTaskViewModel
. ReleaseDate
or ExpireDate
properties should be used instead.
Removed the SetDueDate()
method from ContentReviewConfigPoco
. The implementation accepting the ContentSettingsReviewModel
parameter should be used instead.
You can find the version specific upgrade notes for versions out of support in the Legacy documentation on Github.