WorkflowSettings Class

Definition

Contains workflow setting values which can be changed to tune a Microsoft Dynamics 365 deployment.

public ref class WorkflowSettings : Microsoft::Xrm::Sdk::Deployment::DeploymentConfigSettings
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="WorkflowSettings", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public class WorkflowSettings : Microsoft.Xrm.Sdk.Deployment.DeploymentConfigSettings
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="WorkflowSettings", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type WorkflowSettings = class
    inherit DeploymentConfigSettings
Public Class WorkflowSettings
Inherits DeploymentConfigSettings
Inheritance
Attributes

Remarks

You can also use Windows PowerShell to retrieve or update these settings.

Constructors

WorkflowSettings()

Initializes a new instance of the WorkflowSettings class.

Properties

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DeploymentObject)
MaxDepth

Gets or sets the maximum depth for a workflow.

MinInactiveSeconds

Gets or sets the maximum number of seconds a workflow can be inactive.

Applies to