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

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

Parameters

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

Return Value

Type: WorkflowStepInfo
See Also