Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IWorkflowContext.WorkflowMode Property

Definition

Namespace:
Microsoft.Xrm.Sdk.Workflow
Assembly:
Microsoft.Xrm.Sdk.Workflow.dll
Package:
Microsoft.CrmSdk.Workflow v9.0.2.60

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Indicates how the workflow is to be executed.

public:
 property int WorkflowMode { int get(); };
public int WorkflowMode { get; }
member this.WorkflowMode : int
Public ReadOnly Property WorkflowMode As Integer

Property Value

Value = 0 (background/asynchronous), 1 (real-time).

Remarks

This property is obsolete.

Applies to