WorkflowInstanceInfo Class

 

Represents information about a workflow instance.

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

Inheritance Hierarchy

System.Object
  Microsoft.Workflow.Client.WorkflowInstanceInfo

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod WorkflowInstanceInfo()

Initializes a new instance of the WorkflowInstanceInfo class.

Properties

Name Description
System_CAPS_pubproperty ActivationParameters

Gets or sets ActivationParameters for this workflow instance.

System_CAPS_pubproperty CreationTime

DateTime when the instance was created

System_CAPS_pubproperty InstanceName

Name of the instance

System_CAPS_pubproperty LastModified

DateTime when the instance was last modified

System_CAPS_pubproperty MappedVariables

Collection of mapped variables for in-progress workflow instance

System_CAPS_pubproperty ScopePath

Gets Scope Path to the scope that contains the workflow.

System_CAPS_pubproperty UserStatus

Gets UserStatus set by the workflow instnace.

System_CAPS_pubproperty WorkflowName

Gets the name of the workflow.

System_CAPS_pubproperty WorkflowStatus

Gets WorkflowStatus

System_CAPS_pubproperty WorkflowStatusDetails

Gets WorkflowStatusDetails.

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.)

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static UserStatusVariable

A constant representing the XName for a well-known UserStatus variable.

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