In this article, we will cover the steps required to install Umbraco Workflow on your website.
There are different ways to install Umbraco Workflow:
To install the Umbraco Workflow package (Umbraco.Workflow), follow these steps:
Run the following command to add a package reference to your Umbraco project:
dotnet add package Umbraco.Workflow
Restart the web application using the following command:
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.
Installing Umbraco WorkflowOnce 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>
Once the installation is completed, you will see the following in the Umbraco Backoffice:
Workflow dashboard. Workflow section.Last updated 4 months ago
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4