Click or drag to resize
AbstractWorkflowManagerInfoType, StateInfoType, ActionEnumTypeCreateActionArgumentsInternal Method
Creates action arguments.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual WorkflowActionEventArgs<InfoType, StateInfoType, ActionEnumType> CreateActionArgumentsInternal(
	InfoType infoObj,
	StateInfoType stateObj,
	UserInfo user,
	WorkflowStepInfo initialStep,
	WorkflowStepInfo actionStep,
	WorkflowInfo workflow,
	AbstractWorkflowManager<InfoType, StateInfoType, ActionEnumType> manager
)

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
workflow
Type: CMS.WorkflowEngineWorkflowInfo
Workflow
manager
Type: CMS.WorkflowEngineAbstractWorkflowManagerInfoType, StateInfoType, ActionEnumType
Manager

Return Value

Type: WorkflowActionEventArgsInfoType, StateInfoType, ActionEnumType
See Also