AbstractWorkflowManagerInfoType, StateInfoType, ActionEnumTypeCreateActionArgumentsInternal Method (InfoType, StateInfoType, UserInfo, WorkflowStepInfo, WorkflowStepInfo, WorkflowInfo, AbstractWorkflowManagerInfoType, StateInfoType, ActionEnumType, String) |
Creates action arguments.
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 12.0.0
Syntax protected virtual WorkflowActionEventArgs<InfoType, StateInfoType, ActionEnumType> CreateActionArgumentsInternal(
InfoType infoObj,
StateInfoType stateObj,
UserInfo user,
WorkflowStepInfo initialStep,
WorkflowStepInfo actionStep,
WorkflowInfo workflow,
AbstractWorkflowManager<InfoType, StateInfoType, ActionEnumType> manager,
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 - workflow
- Type: CMS.WorkflowEngineWorkflowInfo
Workflow - manager
- Type: CMS.WorkflowEngineAbstractWorkflowManagerInfoType, StateInfoType, ActionEnumType
Manager - comment
- Type: SystemString
Action comment
Return Value
Type:
WorkflowActionEventArgsInfoType,
StateInfoType,
ActionEnumTypeSee Also