Note

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

Access to this page requires authorization. You can try .

IWorkflowContext Interface

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.

Provides access to the data associated with the process instance.

public interface class IWorkflowContext : Microsoft::Xrm::Sdk::IExecutionContext
public interface IWorkflowContext : Microsoft.Xrm.Sdk.IExecutionContext
type IWorkflowContext = interface
 interface IExecutionContext
Public Interface IWorkflowContext
Implements IExecutionContext
Implements

Properties

Name Description
ParentContext

Gets the parent context.

StageName

Gets the stage information of the process instance.

WorkflowCategory

Gets the process category information of the process instance: workflow or dialog.

WorkflowMode

Indicates how the workflow is to be executed.

Applies to