IWorkflowContext Properties

Applies To: Microsoft Dynamics CRM 2013, Microsoft Dynamics CRM Online

Public Properties

  Name Description
public property 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)
public property CorrelationId  Gets the GUID for tracking plug-in or custom workflow activity execution.  (inherited from IExecutionContext)
public property Depth  Gets the current depth of execution in the call stack. (inherited from IExecutionContext)
public property InitiatingUserId  Gets the GUID of the system user account under which the current pipeline is executing. (inherited from IExecutionContext)
public property InputParameters  Gets the parameters of the request message that triggered the event that caused the plug-in to execute. (inherited from IExecutionContext)
public property IsExecutingOffline  Gets whether the plug-in is executing from the Microsoft Dynamics CRM for Microsoft Office Outlook with Offline Access client while it is offline.  (inherited from IExecutionContext)
public property IsInTransaction  Gets a value indicating if the plug-in is executing within the database transaction. (inherited from IExecutionContext)
public property IsOfflinePlayback  Gets a value indicating if the plug-in is executing as a result of the Microsoft Dynamics CRM for Microsoft Office Outlook with Offline Access client transitioning from offline to online and synchronizing with the Microsoft Dynamics CRM server. (inherited from IExecutionContext)
public property IsolationMode  Gets a value indicating if the plug-in is executing in the sandbox. (inherited from IExecutionContext)
public property MessageName  Gets the name of the Web service message that is being processed by the event execution pipeline. (inherited from IExecutionContext)
public property Mode  Gets the mode of plug-in execution. (inherited from IExecutionContext)
public property OperationCreatedOn  Gets the date and time that the related System Job was created. (inherited from IExecutionContext)
public property OperationId  Gets the GUID of the related System Job. (inherited from IExecutionContext)
public property OrganizationId  Gets the GUID of the organization that the entity belongs to and the plug-in executes under. (inherited from IExecutionContext)
public property 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)
public property OutputParameters  Gets the parameters of the response message after the core platform operation has completed. (inherited from IExecutionContext)
public property OwningExtension  Gets a reference to the related SdkMessageProcessingingStep or ServiceEndpoint. (inherited from IExecutionContext)
public property ParentContext Gets the parent context.
public property PostEntityImages  Gets the properties of the primary entity after the core platform operation has been completed. (inherited from IExecutionContext)
public property PreEntityImages  Gets the properties of the primary entity before the core platform operation has begins. (inherited from IExecutionContext)
public property PrimaryEntityId  Gets the GUID of the primary entity for which the pipeline is processing events. (inherited from IExecutionContext)
public property PrimaryEntityName  Gets the name of the primary entity for which the pipeline is processing events. (inherited from IExecutionContext)
public property RequestId  Gets the GUID of the request being processed by the event execution pipeline. (inherited from IExecutionContext)
public property SecondaryEntityName  Gets the name of the secondary entity that has a relationship with the primary entity. (inherited from IExecutionContext)
public property SharedVariables  Gets the custom properties that are shared between plug-ins. (inherited from IExecutionContext)
public property StageName Gets the stage information of the process instance.
public property UserId  Gets the GUID of the system user for whom the plug-in invokes web service methods on behalf of. (inherited from IExecutionContext)
public property WorkflowCategory Gets the process category information of the process instance: workflow or dialog.
public property WorkflowMode Indicates how the workflow is to be executed.

See Also

Reference

IWorkflowContext Interface
Microsoft.Xrm.Sdk.Workflow Namespace

Other Resources

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

Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.