Click or drag to resize
AbstractWorkflowManagerInfoType, StateInfoType, ActionEnumTypeProcessActionsInternal Method
Processes all actions in scope.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual WorkflowStepInfo ProcessActionsInternal(
	WorkflowActionEventArgs<InfoType, StateInfoType, ActionEnumType> arguments
)

Parameters

arguments
Type: CMS.WorkflowEngineWorkflowActionEventArgsInfoType, StateInfoType, ActionEnumType
Initial action arguments

Return Value

Type: WorkflowStepInfo
See Also