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
  • Prerequisites
  • Video Tutorial
  • Umbraco Workflow Installation
  • .Net CLI Installation
  • Visual Studio Installation
  • Using Umbraco Workflow
  • A Workflow Dashboard
  • A Workflow section

Was this helpful?

Edit on GitHub
Export as PDF
  1. Installation

Installing Umbraco Workflow

PreviousRelease notesNextLicensing

Last updated 2 months ago

Was this helpful?

In this article, we will cover the steps required to install Umbraco Workflow on your website.

Prerequisites

  • Microsoft Visual Studio

Video Tutorial

Umbraco Workflow Installation

There are different ways to install Umbraco Workflow:

  • .Net CLI Installation

  • Visual Studio Installation

.Net CLI Installation

To install the Umbraco Workflow package (Umbraco.Workflow), follow these steps:

  1. Run the following command to add a package reference to your Umbraco project:

dotnet add package Umbraco.Workflow
  1. Restart the web application using the following command:

dotnet run

Visual Studio Installation

To install via Visual Studio, follow these steps:

  1. Open your project in Visual Studio.

  2. Go to Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution....

  3. Browse for Umbraco.Workflow.

  4. Select the appropriate version from the Version drop-down depending on the Umbraco version you are using.

  5. Click Install.

  6. Once the package is installed, open the .csproj file to make sure the package reference is added:

<ItemGroup>
<PackageReference Include="Umbraco.Workflow" Version="14.x.x" />
</ItemGroup>

To test-drive Umbraco Workflow consider installing the Umbraco.Workflow.DataGenerator package.

Using Umbraco Workflow

Once the installation is completed, you will see the following in the Umbraco Backoffice:

A Workflow Dashboard

A Workflow section

Installing Umbraco Workflow.
Installing Umbraco Workflow
Workflow dashboard.
Workflow section.