Click or drag to resize
IWorkflowAction Interface
Interface for workflow actions.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
public interface IWorkflowAction

The IWorkflowAction type exposes the following members.

Properties
  NameDescription
Public propertyArguments
Action arguments
Top
Methods
  NameDescription
Public methodExecute
Executes action.
Public methodProcess
Processes action.
Top
See Also