ICustomWorkflowAction Interface Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
Syntax

public interface ICustomWorkflowAction

The ICustomWorkflowAction type exposes the following members.

Methods

  NameDescription
Public methodExecute
Executes this action.
Top
See Also

Reference