Umbraco Workflow
CMSCloudHeartcoreDXP
16.latest
16.latest
  • Umbraco Workflow Documentation
  • Legacy Documentation
  • Release notes
  • Installation
    • Installing Umbraco Workflow
    • Licensing
  • Upgrading
    • Upgrading Umbraco Workflow
    • Version Specific Upgrade Notes
    • Migrate from Plumber to Workflow
  • Getting Started
    • Dashboards and Buttons
    • Submitting Content for Approval
    • Workspace View
    • Notifications
    • Configuration
    • Approval thresholds
    • History Cleanup
  • Workflow Section
    • Workflow Section
    • Active Workflows
    • Approval Groups
    • Content Reviews
    • Workflow History
    • Workflow Settings
  • Advanced Search
    • Advanced Search dashboard
  • Alternate Versions
    • Alternate Versions
  • Release Sets
    • Release Sets
  • Data Generator
    • Data Generator
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Upgrading

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:

  1. Uninstall Plumber and remove the /App_Plugins/Plumber folder.

  2. Upgrade your project to Umbraco 11.

  3. Install Umbraco Workflow 11. See the Installing Umbraco Workflow article.

  4. Build the application.

SQL is the preferred database provider for production websites.

  1. Uninstall Plumber and remove the /App_Plugins/Plumber folder.

  2. Upgrade your project to Umbraco 11.

  3. Make a copy of the Value column from the WorkflowSettings table.

  4. Delete the WorkflowSettings table.

  5. Update WorkflowTaskInstance table to allow null values in the GroupId column.

  6. Install Umbraco Workflow 11. See the Installing Umbraco Workflow article.

  7. Build the application.

  8. Update the WorkflowSettings table to restore the previous data to the Value column.

All your existing workflow data and settings are not affected and will be available on your upgraded site.

PreviousVersion Specific Upgrade NotesNextDashboards and Buttons

Last updated 2 months ago

Was this helpful?