IWorkflowContext.WorkflowMode Property

Definition

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