Click or drag to resize

WorkflowInstanceVersion Class

Represents a workflow instance version.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.WorkflowKitBaseWorkflowInstance
    Colygon.MatchPoint.WorkflowKitWorkflowInstanceVersion

Namespace:  Colygon.MatchPoint.WorkflowKit
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
public class WorkflowInstanceVersion : BaseWorkflowInstance

The WorkflowInstanceVersion type exposes the following members.

Properties
  NameDescription
Public propertyConfigurationName
Returns the config file name of this workflow.
(Inherited from BaseWorkflowInstance.)
Public propertyCreated
Returns start date of this workflow instance.
(Inherited from BaseWorkflowInstance.)
Public propertyCreatedBy
Returns the user who started this workflow instance.
(Inherited from BaseWorkflowInstance.)
Public propertyCurrentState
Returns the current state of this workflow instance.
(Inherited from BaseWorkflowInstance.)
Public propertyErrorInfo
Returns the error information of the last exception that occurred during the execution of this workflow instance.
(Inherited from BaseWorkflowInstance.)
Public propertyId
Returns the unique ID of this workflow instance.
(Inherited from BaseWorkflowInstance.)
Public propertyLastException
Returns the exception message of the last exception that occurred during the execution of this workflow instance.
(Inherited from BaseWorkflowInstance.)
Public propertyStopped
Returns 'true' if this workflow instance is stopped.
(Inherited from BaseWorkflowInstance.)
Public propertyVariables
Returns the variables defined for this workflow.
(Inherited from BaseWorkflowInstance.)
Public propertyVersion
Returns the workflow version that this workflow instance is running.
(Inherited from BaseWorkflowInstance.)
Public propertyWorkflow
Returns the configuration object of this workflow instance.
(Inherited from BaseWorkflowInstance.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInit(ISPObject) (Inherited from BaseWorkflowInstance.)
Protected methodInit(WorkflowConfiguration, WorkflowVariableCollection) (Inherited from BaseWorkflowInstance.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldCurrentStateId (Inherited from BaseWorkflowInstance.)
Top
See Also