Click or drag to resize
AbstractWorkflowManager<InfoType, StateInfoType, ActionEnumType>.CreateActionsExecutorInternal Method
Creates action executor with prefilled parameters.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual ActionsExecutor<InfoType, StateInfoType, ActionEnumType> CreateActionsExecutorInternal(
	InfoType infoObj,
	StateInfoType stateObj,
	UserInfo user,
	WorkflowStepInfo initialStep,
	WorkflowStepInfo actionStep
)

Parameters

infoObj
Type: InfoType
Current object in workflow
stateObj
Type: StateInfoType
State object
user
Type: CMS.Membership.UserInfo
User
initialStep
Type: CMS.WorkflowEngine.WorkflowStepInfo
Initial workflow step
actionStep
Type: CMS.WorkflowEngine.WorkflowStepInfo
Initial workflow step

Return Value

Type: ActionsExecutor<InfoType, StateInfoType, ActionEnumType>
See Also