Installing Umbraco Workflow
In this article, we will cover the steps required to install Umbraco Workflow on your website.
Prerequisites
Video Tutorial
Umbraco Workflow Installation
There are different ways to install Umbraco Workflow:
.Net CLI Installation
To install the Umbraco Workflow package (Umbraco.Workflow), follow these steps:
Run the following command to add a package reference to your Umbraco project:
Restart the web application using the following command:
Visual Studio Installation
To install via Visual Studio, follow these steps:
Open your project in Visual Studio.
Go to Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution....
Browse for Umbraco.Workflow.
Select the appropriate version from the Version drop-down depending on the Umbraco version you are using.
Click Install.
Once the package is installed, open the .csproj file to make sure the package reference is added:
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
Last updated