Migrate from Plumber to Workflow
Umbraco Workflow is backwards compatible with Plumber data. However, with a new default namespace constituting a major breaking change any existing customization or extension needs to be updated.
To migrate from an Umbraco installation with an existing Plumber installation to Umbraco Workflow, follow these steps:
Uninstall Plumber and remove the
/App_Plugins/Plumberfolder.Upgrade your project to Umbraco 11.
Install Umbraco Workflow 11. See the Installing Umbraco Workflow article.
Build the application.
Uninstall Plumber and remove the
/App_Plugins/Plumberfolder.Upgrade your project to Umbraco 11.
Make a copy of the
Valuecolumn from theWorkflowSettingstable.Delete the
WorkflowSettingstable.Update
WorkflowTaskInstancetable to allow null values in the GroupId column.Install Umbraco Workflow 11. See the Installing Umbraco Workflow article.
Build the application.
Update the
WorkflowSettingstable to restore the previous data to theValuecolumn.
Last updated
Was this helpful?