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

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

Parameters

infoObj
Type: InfoType
Info object
stateObj
Type: StateInfoType
State object
step
Type: CMS.WorkflowEngineWorkflowStepInfo
Step to which should be specified object moved
comment
Type: SystemString
Action comment
transitionType
Type: CMS.WorkflowEngineWorkflowTransitionTypeEnum
Type of transition
action
Type: ActionEnumType
Action context

Return Value

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