IWorkflowContext Interface

Definition

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

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