IWorkflowContext Interface
Definition
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
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. |