Click or drag to resize
AbstractWorkflowManagerInfoType, StateInfoType, ActionEnumTypeMoveToStepInternal Method
Moves the specified object to the specified step in the workflow and returns the step.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.2.23
Syntax
C#
protected abstract WorkflowStepInfo MoveToStepInternal(
	InfoType infoObj,
	StateInfoType stateObj,
	WorkflowStepInfo currentStep,
	WorkflowStepInfo step,
	string comment,
	WorkflowTransitionTypeEnum transitionType,
	bool handleActions
)

Parameters

infoObj
Type: InfoType
Info object
stateObj
Type: StateInfoType
State object
currentStep
Type: CMS.WorkflowEngineWorkflowStepInfo
Current workflow step of the object
step
Type: CMS.WorkflowEngineWorkflowStepInfo
Target workflow step of the object
comment
Type: SystemString
Action comment
transitionType
Type: CMS.WorkflowEngineWorkflowTransitionTypeEnum
Type of transition
handleActions
Type: SystemBoolean
Indicates if step actions should be handled

Return Value

Type: WorkflowStepInfo
See Also