Case | Gets the case document associated with the workflow |
CaseKey | Gets the key of the case document |
Creator | Gets the creator of the workflow |
Key | Gets the key of the workflow instance in storage |
LastAction | Gets the date of the last action was performed on the workflow |
NextEscalation | Gets the next escalation date of the workflow |
Owner | Gets the owner of the workflow |
Parameters | Gets the Parameters with which the workflow was started. |
SegmentInstances | Gets the collection of SegmentInstance objects which this workflow contains. |
Started | Gets the date that the workflow was started |
Status | Gets the status of the workflow |
WorkflowDefinition | Gets the workflow definition which defines the behaviour of this instance |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetActivityFromName | Gets an activity instance from the name of the activity. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Save | Overloaded. Saves the workflow instance |
SetCase | Sets the case document associated with this instance |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |