en-US/about_xSPWebAppWorkflowSettings.help.txt

NAME
    xSPWebAppWorkflowSettings
 
PARAMETERS
    Url (Key, string)
    ExternalWorkflowParticipantsEnabled (write, boolean)
    UserDefinedWorkflowsEnabled (write, boolean)
    EmailToNoPermissionWorkflowParticipantsEnable (write, boolean)
    InstallAccount (Write, string)
 
DESCRIPTION
 
This resource is responsible for setting web application settings that are found under the "workflow settings" screen in central admin.
The web application is specified through the URL property, and then any combination of settings can be applied.
Any settings not included will be left as the default (or whatever they have been manually changed to within SharePoint).
 
EXAMPLE
 
    xSPWebAppWorkflowSettings PrimaryWebAppWorkflowSettings
    {
        Url = "Shttp://exmaple.contoso.local"
        ExternalWorkflowParticipantsEnabled = $false
        EmailToNoPermissionWorkflowParticipantsEnable = $false
        PsDscRunAsCredential = $InstallAccount
    }