Click or drag to resize
AbstractWorkflowManagerInfoType, StateInfoType, ActionEnumTypeCreateActionsExecutorInternal 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.MembershipUserInfo
User
initialStep
Type: CMS.WorkflowEngineWorkflowStepInfo
Initial workflow step
actionStep
Type: CMS.WorkflowEngineWorkflowStepInfo
Initial workflow step

Return Value

Type: ActionsExecutorInfoType, StateInfoType, ActionEnumType
See Also