WorkflowInstance Class |
Namespace: Colygon.MatchPoint.WorkflowKit
public class WorkflowInstance : BaseWorkflowInstance
The WorkflowInstance type exposes the following members.
Name | Description | |
---|---|---|
AssociatedItem | ||
ConfigurationName | Returns the config file name of this workflow. (Inherited from BaseWorkflowInstance.) | |
Created | Returns start date of this workflow instance. (Inherited from BaseWorkflowInstance.) | |
CreatedBy | Returns the user who started this workflow instance. (Inherited from BaseWorkflowInstance.) | |
CurrentState | Returns the current state of this workflow instance. (Inherited from BaseWorkflowInstance.) | |
ErrorInfo | Returns the error information of the last exception that occurred during the execution of this workflow instance. (Inherited from BaseWorkflowInstance.) | |
Id | Returns the unique ID of this workflow instance. (Inherited from BaseWorkflowInstance.) | |
LastException | Returns the exception message of the last exception that occurred during the execution of this workflow instance. (Inherited from BaseWorkflowInstance.) | |
Stopped | Returns 'true' if this workflow instance is stopped. (Inherited from BaseWorkflowInstance.) | |
Variables | Returns the variables defined for this workflow. (Inherited from BaseWorkflowInstance.) | |
Version | Returns the workflow version that this workflow instance is running. (Inherited from BaseWorkflowInstance.) | |
Versions | Returns the previous versions of this workflow instance. | |
Workflow | Returns the configuration object of this workflow instance. (Inherited from BaseWorkflowInstance.) |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
ExecuteUserTransition | Executes the specified user transition. | |
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.) | |
GetUserTransitions | Returns the user transitions for the current workflow state. | |
Init(ISPObject) | (Inherited from BaseWorkflowInstance.) | |
Init(WorkflowConfiguration, WorkflowVariableCollection) | (Inherited from BaseWorkflowInstance.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ResumeCurrentStep | Resumes the current step from last failed Entry action. | |
ResumeCurrentStepTransition | Resumes the transition of the current step from the last failed action. | |
Stop | Stops the execution of the workflow. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
CurrentStateId | (Inherited from BaseWorkflowInstance.) |