Click or drag to resize

BaseWorkflowInstance Class

Base class for all workflow instance objects.
Inheritance Hierarchy

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

The BaseWorkflowInstance type exposes the following members.

Constructors
  NameDescription
Public methodBaseWorkflowInstance
Initializes a new instance of the BaseWorkflowInstance class
Top
Properties
  NameDescription
Public propertyConfigurationName
Returns the config file name of this workflow.
Public propertyCreated
Returns start date of this workflow instance.
Public propertyCreatedBy
Returns the user who started this workflow instance.
Public propertyCurrentState
Returns the current state of this workflow instance.
Public propertyErrorInfo
Returns the error information of the last exception that occurred during the execution of this workflow instance.
Public propertyId
Returns the unique ID of this workflow instance.
Public propertyLastException
Returns the exception message of the last exception that occurred during the execution of this workflow instance.
Public propertyStopped
Returns 'true' if this workflow instance is stopped.
Public propertyVariables
Returns the variables defined for this workflow.
Public propertyVersion
Returns the workflow version that this workflow instance is running.
Public propertyWorkflow
Returns the configuration object of this workflow instance.
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)
Protected methodInit(WorkflowConfiguration, WorkflowVariableCollection)
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
Top
See Also