Click or drag to resize
IWorkflowActionProcess Method
Processes action.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.2.23
Syntax
C#
void Process(
	IWorkflowActionEventArgs args
)

Parameters

args
Type: CMS.WorkflowEngineIWorkflowActionEventArgs
Arguments of action
See Also