Share via


WorkflowInstance Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.WorkflowServices.WorkflowInstance", ServerTypeId="{aec0fe18-f5e5-4c65-a9d3-550b4169b1bc}")]
public class WorkflowInstance : Microsoft.SharePoint.Client.ClientObject
type WorkflowInstance = class
    inherit ClientObject
Public Class WorkflowInstance
Inherits ClientObject
Inheritance
WorkflowInstance
Attributes

Constructors

WorkflowInstance(ClientRuntimeContext, ObjectPath)

Properties

Context (Inherited from ClientObject)
FaultInfo
Id
InstanceCreated
LastUpdated
ObjectData (Inherited from ClientObject)
ObjectVersion (Inherited from ClientObject)
Path (Inherited from ClientObject)
Properties
ServerObjectIsNull (Inherited from ClientObject)
Status
Tag (Inherited from ClientObject)
TypedObject (Inherited from ClientObject)
UserStatus
WorkflowSubscriptionId

Methods

CheckUninitializedProperty(String) (Inherited from ClientObject)
CustomFromJson(JsonReader) (Inherited from ClientObject)
FromJson(JsonReader) (Inherited from ClientObject)
InitNonPropertyFieldFromJson(String, JsonReader) (Inherited from ClientObject)
InitOnePropertyFromJson(String, JsonReader)
IsObjectPropertyInstantiated(String) (Inherited from ClientObject)
IsPropertyAvailable(String) (Inherited from ClientObject)
LoadExpandoFields() (Inherited from ClientObject)
RefreshLoad() (Inherited from ClientObject)
RemoveFromParentCollection() (Inherited from ClientObject)
Retrieve() (Inherited from ClientObject)
Retrieve(String[]) (Inherited from ClientObject)
UpdateClientObjectPropertyType(String, Object, JsonReader) (Inherited from ClientObject)

Applies to