Workflow Class

 

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.

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

Inheritance Hierarchy

System.Object
  System.Activities.Activity
    System.Activities.NativeActivity
      Microsoft.Xrm.Sdk.Workflow.Activities.Workflow

Syntax

[ContentPropertyAttribute("Activities")]
public sealed class Workflow : NativeActivity
<ContentPropertyAttribute("Activities")>
Public NotInheritable Class Workflow
    Inherits NativeActivity

Constructors

Name Description
System_CAPS_pubmethod Workflow()

Initializes a new instance of the Workflow class.

Properties

Name Description
System_CAPS_pubproperty Activities

Gets the collection of activities for this workflow.

System_CAPS_pubproperty BookmarkCallback

Gets the callback method called when the workflow is resumed.

System_CAPS_protproperty CacheId

(Inherited from Activity.)

System_CAPS_pubproperty DisplayName

(Inherited from Activity.)

System_CAPS_pubproperty Id

(Inherited from Activity.)

System_CAPS_protproperty ImplementationVersion

(Inherited from NativeActivity.)

System_CAPS_pubproperty OnChildComplete

Gets the callback method called when a child of this sequence completes execution.

System_CAPS_pubproperty Variables

Gets the collection of workflow variables.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Activity.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Xrm.Sdk.Workflow.Activities Namespace
Custom XAML workflows

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright