Click or drag to resize

ICustomWorkflowAction Interface


Represents the base interface for custom workflow actions. All custom workflow action implementations must use this interface so that the workflow engine picks up custom actions.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public interface ICustomWorkflowAction

The ICustomWorkflowAction type exposes the following members.

Methods
  NameDescription
Public methodExecute
Executes this action.
Top
See Also