WorkflowInstanceInfo Class
Represents information about a workflow instance.
Assembly: Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)
| Name | Description | |
|---|---|---|
![]() | WorkflowInstanceInfo() | Initializes a new instance of the WorkflowInstanceInfo class. |
| Name | Description | |
|---|---|---|
![]() | ActivationParameters | Gets or sets ActivationParameters for this workflow instance. |
![]() | CreationTime | DateTime when the instance was created |
![]() | InstanceName | Name of the instance |
![]() | LastModified | DateTime when the instance was last modified |
![]() | MappedVariables | Collection of mapped variables for in-progress workflow instance |
![]() | ScopePath | Gets Scope Path to the scope that contains the workflow. |
![]() | UserStatus | Gets UserStatus set by the workflow instnace. |
![]() | WorkflowName | Gets the name of the workflow. |
![]() | WorkflowStatus | Gets WorkflowStatus |
![]() | WorkflowStatusDetails | Gets WorkflowStatusDetails. |
| 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.) |
| Name | Description | |
|---|---|---|
![]() ![]() | UserStatusVariable | A constant representing the XName for a well-known UserStatus variable. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




