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)

System.Object
  Microsoft.Workflow.Client.WorkflowDescription

<DataContractAttribute(Name := "WorkflowDefinition", Namespace := "http://schemas.microsoft.com/workflow/2012/xaml/activities")>
Public Class WorkflowDescription

NameDescription
System_CAPS_pubmethodWorkflowDescription()

Initializes a new instance of the WorkflowDescription class.

NameDescription
System_CAPS_pubpropertyActivationDescription

Specifies how instances of this workflow can be activated

System_CAPS_pubpropertyActivationFilter

OBSOLETE

System_CAPS_pubpropertyActivityPath

Gets or sets path to the workflow activity.

System_CAPS_pubpropertyConfiguration

Gets or sets WorkflowConfiguration.

System_CAPS_pubpropertyExternalVariables

Gets the collection of External Variables.

System_CAPS_pubpropertyLastModified

Gets or sets LastModified UTC time of the workflow.

System_CAPS_pubpropertyMetadata

Gets the collection of metadata for this workflow.

System_CAPS_pubpropertyName

Gets or sets name of this workflow.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top

Community Additions

ADD
Show: