Configuration
Get an overview of various options for customizing the configuration of your Umbraco Workflow installation.
Editing configuration values
{
...
"Umbraco": {
"CMS": {
...
},
"Workflow": {
...
}
}
}{
"Workflow": {
"ReminderNotificationPeriod": Timespan.FromHours(8),
"ActionNotificationPeriod": Timespance.FromMinutes(5),
"EnableTestLicense": false,
"DisableVersionCheck": false,
"SettingsCustomization": {...},
"HistoryCleanupPolicy": {...}
}
}Workflow Configuration
ReminderNotificationPeriod
ActionNotificationPeriod
EnableTestLicense
DisableVersionCheck
Colors
SettingsCustomization
General
FlowType (int)
Value
Name
Description
ApprovalThreshold (int, requires a license)
Value
Name
Description
ConfigureApprovalThreshold (bool, requires a license)
RejectionResetsApprovals (bool, requires a license)
LockIfActive (bool)
ScheduledContentLock (int)
Value
Name
Description
MandatoryComments (bool)
AllowAttachments (bool)
AllowScheduling (bool)
RequireUnpublish (bool)
ExtendPermissions (bool)
SendNotifications (bool)
Email (string)
ReminderDelay (int)
EditUrl (string)
SiteUrl (string)
NewNodeApprovalFlow (complex type)
DocumentTypeApprovalFlow (complex type, requires a license)
ExcludeNodes (complex type, requires a license)
ContentReviews
EnableContentReviews (bool)
ReviewPeriod (int)
ReminderThreshold (int)
SendNotifications (bool)
PublishIsReview (bool)
Last updated
Was this helpful?