Click or drag to resize

WorkflowInstance Methods

The WorkflowInstance type exposes the following members.

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
See Also