Skip to content

Commit ca892b7

Browse files
authored
Merge pull request #6736 from nathanwoulfe/workflow-license-differentiation
Adds content to explain free vs licensed Workflow features
2 parents 0d64f56 + 731e99b commit ca892b7

File tree

4 files changed

+68
-12
lines changed

4 files changed

+68
-12
lines changed

10/umbraco-workflow/installation/licensing.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,25 @@ Umbraco Workflow is a licensed product that does not require a purchase. New ins
44

55
## Purchasing an Umbraco Workflow License
66

7-
You can look at the pricing, plans, and features on the [Umbraco Workflow](https://umbraco.com/products/add-ons/workflow/) page. If you want to buy an Umbraco Workflow license, use [the contact form to get in touch](https://umbraco.com/products/add-ons/workflow/). Existing Plumber license holders who wish to upgrade to Umbraco Workflow should contact us using the contact from on the [Workflow product page](https://umbraco.com/products/add-ons/workflow/).
7+
If you want to buy an Umbraco Workflow license, use [the contact form to get in touch](https://umbraco.com/products/add-ons/workflow#order).
8+
9+
Existing Plumber license holders who wish to upgrade to Umbraco Workflow should contact us using the contact from on the [Workflow product page](https://umbraco.com/products/add-ons/workflow/).
10+
11+
### Free vs licensed versions
12+
13+
Umbraco Workflow is available in free and licensed versions. While the licensed version includes all features and no restrictions, the free version has some limitations.
14+
15+
In the free version, the following features are disabled:
16+
17+
- Document Type workflow configuration
18+
- Document Type content review configuration
19+
- History cleanup and related configuration
20+
- Approval thresholds and related configuration
21+
- Content comparison
22+
- Exclude nodes
23+
- Offline workflow approvals
24+
25+
In the free version, a maximum of five approval groups can be created.
826

927
## Installing your license
1028

@@ -70,8 +88,6 @@ In practice, you will probably want to make this a bit more sophisticated. You c
7088

7189
The trial license introduces some restrictions around advanced features but is otherwise a full-featured workflow platform. The paid license is valid for one top-level domain and all its subdomains.
7290

73-
You can find which features are included in the trial versus the paid license in the [Umbraco Workflow](https://umbraco.com/products/add-ons/workflow/) page.
74-
7591
To impersonate the full license on a local site, set `EnableTestLicense` to `true` in the `appSettings.json` file:
7692

7793
```json

13/umbraco-workflow/installation/licensing.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,23 @@ Umbraco Workflow is a licensed product that does not require a purchase. New ins
44

55
## Purchasing an Umbraco Workflow License
66

7-
You can look at the pricing, plans, and features on the [Umbraco Workflow](https://umbraco.com/products/add-ons/workflow/) page. If you want to buy an Umbraco Workflow license, use [the contact form to get in touch](https://umbraco.com/products/add-ons/workflow/). Existing Plumber license holders who wish to upgrade to Umbraco Workflow should contact us using the contact from on the [Workflow product page](https://umbraco.com/products/add-ons/workflow/).
7+
If you want to buy an Umbraco Workflow license, use [the contact form to get in touch](https://umbraco.com/products/add-ons/workflow#order).
8+
9+
### Free vs licensed versions
10+
11+
Umbraco Workflow is available in free and licensed versions. While the licensed version includes all features and no restrictions, the free version has some limitations.
12+
13+
In the free version, the following features are disabled:
14+
15+
- Document Type workflow configuration
16+
- Document Type content review configuration
17+
- History cleanup and related configuration
18+
- Approval thresholds and related configuration
19+
- Content comparison
20+
- Exclude nodes
21+
- Offline workflow approvals
22+
23+
In the free version, a maximum of five approval groups can be created.
824

925
## Installing your license
1026

@@ -70,8 +86,6 @@ In practice, you will probably want to make this a bit more sophisticated. You c
7086

7187
The trial license introduces some restrictions around advanced features but is otherwise a full-featured workflow platform. The paid license is valid for one top-level domain and all its subdomains.
7288

73-
You can find which features are included in the trial versus the paid license in the [Umbraco Workflow](https://umbraco.com/products/add-ons/workflow/) page.
74-
7589
To impersonate the full license on a local site, set `EnableTestLicense` to `true` in the `appSettings.json` file:
7690

7791
```json

14/umbraco-workflow/installation/licensing.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,22 @@ Umbraco Workflow is a licensed product that does not require a purchase. New ins
44

55
## Purchasing an Umbraco Workflow License
66

7-
You can look at the pricing, plans, and features on the [Umbraco Workflow](https://umbraco.com/products/add-ons/workflow/) page. If you want to buy an Umbraco Workflow license, use [the contact form to get in touch](https://umbraco.com/products/add-ons/workflow/). Existing Plumber license holders who wish to upgrade to Umbraco Workflow should contact us using the contact from on the [Workflow product page](https://umbraco.com/products/add-ons/workflow/).
7+
If you want to buy an Umbraco Workflow license, use [the contact form to get in touch](https://umbraco.com/products/add-ons/workflow#order).
8+
9+
### Free vs licensed versions
10+
11+
Umbraco Workflow is available in free and licensed versions. While the licensed version includes all features and no restrictions, the free version has some limitations.
12+
13+
In the free version, the following features are disabled:
14+
15+
- Document Type workflow configuration
16+
- Document Type content review configuration
17+
- History cleanup and related configuration
18+
- Approval thresholds and related configuration
19+
- Content comparison
20+
- Exclude nodes
21+
22+
In the free version, a maximum of five approval groups can be created.
823

924
## Installing your license
1025

@@ -72,8 +87,6 @@ In practice, you will probably want to make this a bit more sophisticated. You c
7287

7388
The trial license introduces some restrictions around advanced features but is otherwise a full-featured workflow platform. The paid license is valid for one top-level domain and all its subdomains.
7489

75-
You can find which features are included in the trial versus the paid license in the [Umbraco Workflow](https://umbraco.com/products/add-ons/workflow/) page.
76-
7790
To impersonate the full license on a local site, set `EnableTestLicense` to `true` in the `appSettings.json` file:
7891

7992
```json

15/umbraco-workflow/installation/licensing.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,22 @@ Umbraco Workflow is a licensed product that does not require a purchase. New ins
44

55
## Purchasing an Umbraco Workflow License
66

7-
You can look at the pricing, plans, and features on the [Umbraco Workflow](https://umbraco.com/products/add-ons/workflow/) page. If you want to buy an Umbraco Workflow license, use [the contact form to get in touch](https://umbraco.com/products/add-ons/workflow/).
7+
If you want to buy an Umbraco Workflow license, use [the contact form to get in touch](https://umbraco.com/products/add-ons/workflow#order).
8+
9+
### Free vs licensed versions
10+
11+
Umbraco Workflow is available in free and licensed versions. While the licensed version includes all features and no restrictions, the free version has some limitations.
12+
13+
In the free version, the following features are disabled:
14+
15+
- Document Type workflow configuration
16+
- Document Type content review configuration
17+
- History cleanup and related configuration
18+
- Approval thresholds and related configuration
19+
- Content comparison
20+
- Exclude nodes
21+
22+
In the free version, a maximum of five approval groups can be created.
823

924
## Installing your license
1025

@@ -72,8 +87,6 @@ In practice, you will probably want to make this a bit more sophisticated. You c
7287

7388
The trial license introduces some restrictions around advanced features but is otherwise a full-featured workflow platform. The paid license is valid for one top-level domain and all its subdomains.
7489

75-
You can find which features are included in the trial versus the paid license in the [Umbraco Workflow](https://umbraco.com/products/add-ons/workflow/) page.
76-
7790
To impersonate the full license on a local site, set `EnableTestLicense` to `true` in the `appSettings.json` file:
7891

7992
```json

0 commit comments

Comments
 (0)