Click or drag to resize

WorkflowInstance Class

Represents the current workflow instance.
Inheritance Hierarchy

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

The WorkflowInstance type exposes the following members.

Properties
  NameDescription
Public propertyAssociatedItem
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 propertyVersions
Returns the previous versions of this workflow instance.
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.)
Public methodExecuteUserTransition
Executes the specified user transition.
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.)
Public methodGetUserTransitions
Returns the user transitions for the current workflow state.
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 methodResumeCurrentStep
Resumes the current step from last failed Entry action.
Public methodResumeCurrentStepTransition
Resumes the transition of the current step from the last failed action.
Public methodStop
Stops the execution of the workflow.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldCurrentStateId (Inherited from BaseWorkflowInstance.)
Top
See Also