WorkflowInstance members

Represents a workflow instance running in Workflow Manager.

The WorkflowInstance type exposes the following members.

Constructors

  Name Description
Public method WorkflowInstance Initializes a new instance of the WorkflowInstance class and provides name, status, and properties.

Top

Properties

  Name Description
Public property FaultInfo Gets the error string or exception information if the workflow instance faults.
Public property Id Gets the unique identifier of the workflow instance.
Public property InstanceCreated The date and time when the workflow instance was created.
Public property LastUpdated The date and time when this workflow instance state was last persisted.
Public property Properties An IDictionary object containing the properties of the workflow instance.
Public property Status Gets the runtime status of the workflow instance from the WorkflowStatus enumeration.
Public property UserStatus Gets or sets a custom status set by workflow authors for their workflow instances.
Public property WorkflowSubscriptionId The unique id of the subscription that instantiated this workflow instance.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

WorkflowInstance class

Microsoft.SharePoint.WorkflowServices namespace