WorkflowDescription Class
Represents a workflow as a resource that can be published to or retrieved from Microsoft Azure Workflow.
Assembly: Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)
| Name | Description | |
|---|---|---|
![]() | WorkflowDescription() | Initializes a new instance of the WorkflowDescription class. |
| Name | Description | |
|---|---|---|
![]() | ActivationDescription | Specifies how instances of this workflow can be activated |
![]() | ActivationFilter | OBSOLETE |
![]() | ActivityPath | Gets or sets path to the workflow activity. |
![]() | Configuration | Gets or sets WorkflowConfiguration. |
![]() | ExternalVariables | Gets the collection of External Variables. |
![]() | LastModified | Gets or sets LastModified UTC time of the workflow. |
![]() | Metadata | Gets the collection of metadata for this workflow. |
![]() | Name | Gets or sets name of this workflow. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.


