Click or drag to resize
AbstractWorkflowManagerInfoType, StateInfoType, ActionEnumTypeHandleStepInternal Method
Handles step additional actions

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual WorkflowStepInfo HandleStepInternal(
	InfoType infoObj,
	StateInfoType stateObj,
	UserInfo user,
	WorkflowInfo workflow,
	WorkflowStepInfo currentStep,
	WorkflowStepInfo step,
	bool handleActions
)

Parameters

infoObj
Type: InfoType
Object instance
stateObj
Type: StateInfoType
State object
user
Type: CMS.MembershipUserInfo
User info
workflow
Type: CMS.WorkflowEngineWorkflowInfo
Workflow
currentStep
Type: CMS.WorkflowEngineWorkflowStepInfo
Current workflow step
step
Type: CMS.WorkflowEngineWorkflowStepInfo
Target workflow step
handleActions
Type: SystemBoolean
Indicates if step actions should be handled

Return Value

Type: WorkflowStepInfo
See Also