WorkflowDescription Class

 

Represents a workflow as a resource that can be published to or retrieved from Microsoft Azure Workflow.

Namespace:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Workflow.Client.WorkflowDescription

Syntax

[DataContractAttribute(Name = "WorkflowDefinition", Namespace = "https://schemas.microsoft.com/workflow/2012/xaml/activities")]
public class WorkflowDescription
[DataContractAttribute(Name = "WorkflowDefinition", Namespace = "https://schemas.microsoft.com/workflow/2012/xaml/activities")]
public ref class WorkflowDescription 
[<DataContractAttribute(Name = "WorkflowDefinition", Namespace = "https://schemas.microsoft.com/workflow/2012/xaml/activities")>]
type WorkflowDescription = class end
<DataContractAttribute(Name := "WorkflowDefinition", Namespace := "https://schemas.microsoft.com/workflow/2012/xaml/activities")>
Public Class WorkflowDescription

Constructors

Name Description
System_CAPS_pubmethod WorkflowDescription()

Initializes a new instance of the WorkflowDescription class.

Properties

Name Description
System_CAPS_pubproperty ActivationDescription

Specifies how instances of this workflow can be activated

System_CAPS_pubproperty ActivationFilter

OBSOLETE

System_CAPS_pubproperty ActivityPath

Gets or sets path to the workflow activity.

System_CAPS_pubproperty Configuration

Gets or sets WorkflowConfiguration.

System_CAPS_pubproperty ExternalVariables

Gets the collection of External Variables.

System_CAPS_pubproperty LastModified

Gets or sets LastModified UTC time of the workflow.

System_CAPS_pubproperty Metadata

Gets the collection of metadata for this workflow.

System_CAPS_pubproperty Name

Gets or sets name of this workflow.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.Workflow.Client Namespace

Return to top