WorkflowInstanceInfo Class

 

Represents information about a workflow instance.

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

System.Object
  Microsoft.Workflow.Client.WorkflowInstanceInfo

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

NameDescription
System_CAPS_pubmethodWorkflowInstanceInfo()

Initializes a new instance of the WorkflowInstanceInfo class.

NameDescription
System_CAPS_pubpropertyActivationParameters

Gets or sets ActivationParameters for this workflow instance.

System_CAPS_pubpropertyCreationTime

DateTime when the instance was created

System_CAPS_pubpropertyInstanceName

Name of the instance

System_CAPS_pubpropertyLastModified

DateTime when the instance was last modified

System_CAPS_pubpropertyMappedVariables

Collection of mapped variables for in-progress workflow instance

System_CAPS_pubpropertyScopePath

Gets Scope Path to the scope that contains the workflow.

System_CAPS_pubpropertyUserStatus

Gets UserStatus set by the workflow instnace.

System_CAPS_pubpropertyWorkflowName

Gets the name of the workflow.

System_CAPS_pubpropertyWorkflowStatus

Gets WorkflowStatus

System_CAPS_pubpropertyWorkflowStatusDetails

Gets WorkflowStatusDetails.

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

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticUserStatusVariable

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.

Return to top

Community Additions

ADD
Show: