BaseWorkflowInstance Class |
Namespace: Colygon.MatchPoint.WorkflowKit
public class BaseWorkflowInstance
The BaseWorkflowInstance type exposes the following members.
Name | Description | |
---|---|---|
BaseWorkflowInstance | Initializes a new instance of the BaseWorkflowInstance class |
Name | Description | |
---|---|---|
ConfigurationName | Returns the config file name of this workflow. | |
Created | Returns start date of this workflow instance. | |
CreatedBy | Returns the user who started this workflow instance. | |
CurrentState | Returns the current state of this workflow instance. | |
ErrorInfo | Returns the error information of the last exception that occurred during the execution of this workflow instance. | |
Id | Returns the unique ID of this workflow instance. | |
LastException | Returns the exception message of the last exception that occurred during the execution of this workflow instance. | |
Stopped | Returns 'true' if this workflow instance is stopped. | |
Variables | Returns the variables defined for this workflow. | |
Version | Returns the workflow version that this workflow instance is running. | |
Workflow | Returns the configuration object of this workflow instance. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Init(ISPObject) | ||
Init(WorkflowConfiguration, WorkflowVariableCollection) | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
CurrentStateId |