IWorkflowContext Interface

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Provides access to the data associated with the process instance.

Namespace:   Microsoft.Xrm.Sdk.Workflow
Assembly:  Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)

Syntax

public interface IWorkflowContext : IExecutionContext
Public Interface IWorkflowContext
    Inherits IExecutionContext

Properties

Name Description
System_CAPS_pubproperty BusinessUnitId

Gets the GUIDGUID of the business unit that the user making the request, also known as the calling user, belongs to.(Inherited from IExecutionContext.)

System_CAPS_pubproperty CorrelationId

Gets the GUID for tracking plug-in or custom workflow activity execution. (Inherited from IExecutionContext.)

System_CAPS_pubproperty Depth

Gets the current depth of execution in the call stack.(Inherited from IExecutionContext.)

System_CAPS_pubproperty InitiatingUserId

Gets the GUID of the system user account under which the current pipeline is executing.(Inherited from IExecutionContext.)

System_CAPS_pubproperty InputParameters

Gets the parameters of the request message that triggered the event that caused the plug-in to execute.(Inherited from IExecutionContext.)

System_CAPS_pubproperty IsExecutingOffline

Gets whether the plug-in is executing from the Microsoft Dynamics 365 for Microsoft Office Outlook with Offline Access client while it is offline. (Inherited from IExecutionContext.)

System_CAPS_pubproperty IsInTransaction

Gets a value indicating if the plug-in is executing within the database transaction.(Inherited from IExecutionContext.)

System_CAPS_pubproperty IsOfflinePlayback

Gets a value indicating if the plug-in is executing as a result of the Microsoft Dynamics 365 for Microsoft Office Outlook with Offline Access client transitioning from offline to online and synchronizing with the Microsoft Dynamics 365 server.(Inherited from IExecutionContext.)

System_CAPS_pubproperty IsolationMode

Gets a value indicating if the plug-in is executing in the sandbox.(Inherited from IExecutionContext.)

System_CAPS_pubproperty MessageName

Gets the name of the Web service message that is being processed by the event execution pipeline.(Inherited from IExecutionContext.)

System_CAPS_pubproperty Mode

Gets the mode of plug-in execution.(Inherited from IExecutionContext.)

System_CAPS_pubproperty OperationCreatedOn

Gets the date and time that the related System Job was created.(Inherited from IExecutionContext.)

System_CAPS_pubproperty OperationId

Gets the GUID of the related System Job.(Inherited from IExecutionContext.)

System_CAPS_pubproperty OrganizationId

Gets the GUID of the organization that the entity belongs to and the plug-in executes under.(Inherited from IExecutionContext.)

System_CAPS_pubproperty OrganizationName

Gets the unique name of the organization that the entity currently being processed belongs to and the plug-in executes under.(Inherited from IExecutionContext.)

System_CAPS_pubproperty OutputParameters

Gets the parameters of the response message after the core platform operation has completed.(Inherited from IExecutionContext.)

System_CAPS_pubproperty OwningExtension

Gets a reference to the related SdkMessageProcessingingStep or ServiceEndpoint.(Inherited from IExecutionContext.)

System_CAPS_pubproperty ParentContext

Gets the parent context.

System_CAPS_pubproperty PostEntityImages

Gets the properties of the primary entity after the core platform operation has been completed.(Inherited from IExecutionContext.)

System_CAPS_pubproperty PreEntityImages

Gets the properties of the primary entity before the core platform operation has begins.(Inherited from IExecutionContext.)

System_CAPS_pubproperty PrimaryEntityId

Gets the GUID of the primary entity for which the pipeline is processing events.(Inherited from IExecutionContext.)

System_CAPS_pubproperty PrimaryEntityName

Gets the name of the primary entity for which the pipeline is processing events.(Inherited from IExecutionContext.)

System_CAPS_pubproperty RequestId

Gets the GUID of the request being processed by the event execution pipeline.(Inherited from IExecutionContext.)

System_CAPS_pubproperty SecondaryEntityName

Gets the name of the secondary entity that has a relationship with the primary entity.(Inherited from IExecutionContext.)

System_CAPS_pubproperty SharedVariables

Gets the custom properties that are shared between plug-ins.(Inherited from IExecutionContext.)

System_CAPS_pubproperty StageName

Gets the stage information of the process instance.

System_CAPS_pubproperty UserId

Gets the GUID of the system user for whom the plug-in invokes web service methods on behalf of.(Inherited from IExecutionContext.)

System_CAPS_pubproperty WorkflowCategory

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

System_CAPS_pubproperty WorkflowMode

Indicates how the workflow is to be executed.

See Also

Microsoft.Xrm.Sdk.Workflow Namespace
Use the IOrganization web service in a custom workflow activity
Sample: Azure aware custom workflow activity
Sample: Create a custom activity
Sample: Update next birthday using a custom workflow activity

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright