Click or drag to resize
AbstractWorkflowManagerInfoType, StateInfoType, ActionEnumTypeMoveStepInternal Method
Moves the specified object to the first step without automatic transition in the workflow and returns the final step.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual WorkflowStepInfo MoveStepInternal(
	InfoType infoObj,
	StateInfoType stateObj,
	WorkflowStepInfo currentStep,
	UserInfo user
)

Parameters

infoObj
Type: InfoType
Info object
stateObj
Type: StateInfoType
State object
currentStep
Type: CMS.WorkflowEngineWorkflowStepInfo
Current workflow step of the object
user
Type: CMS.MembershipUserInfo
User

Return Value

Type: WorkflowStepInfo
Remarks
The return step can be different than the original target step.
See Also