Click or drag to resize
AbstractWorkflowManagerInfoType, StateInfoType, ActionEnumTypeProcessActionInternal Method
Processes action connected to given step.

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

Parameters

arguments
Type: CMS.WorkflowEngineWorkflowActionEventArgsInfoType, StateInfoType, ActionEnumType
Action arguments
See Also