Workflow Class
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
The base class for all workflows in Microsoft Dynamics 365.
Assembly: Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)
System.Activities.Activity
System.Activities.NativeActivity
Microsoft.Xrm.Sdk.Workflow.Activities.Workflow
| Name | Description | |
|---|---|---|
![]() | Workflow() | Initializes a new instance of the Workflow class. |
| Name | Description | |
|---|---|---|
![]() | Activities | Gets the collection of activities for this workflow. |
![]() | BookmarkCallback | Gets the callback method called when the workflow is resumed. |
![]() | CacheId | (Inherited from Activity.) |
![]() | DisplayName | (Inherited from Activity.) |
![]() | Id | (Inherited from Activity.) |
![]() | ImplementationVersion | (Inherited from NativeActivity.) |
![]() | OnChildComplete | Gets the callback method called when a child of this sequence completes execution. |
![]() | Variables | Gets the collection of workflow variables. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Activity.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright


