Click or drag to resize
AbstractWorkflowManagerInfoType, StateInfoType, ActionEnumTypeCreateActionArgumentsInternal Method (InfoType, StateInfoType, UserInfo, WorkflowStepInfo, WorkflowStepInfo, String)
Creates action arguments with prefilled parameters.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual WorkflowActionEventArgs<InfoType, StateInfoType, ActionEnumType> CreateActionArgumentsInternal(
	InfoType infoObj,
	StateInfoType stateObj,
	UserInfo user,
	WorkflowStepInfo initialStep,
	WorkflowStepInfo actionStep,
	string comment
)

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
comment
Type: SystemString
Action comment

Return Value

Type: WorkflowActionEventArgsInfoType, StateInfoType, ActionEnumType
See Also