summaryN:DotNetNuke.Entities.Content.Workflow.Actions

Classes

  ClassDescription
Public classWorkflowAction
This entity represents a workflow action implementation
Public classWorkflowActionManager

Interfaces

  InterfaceDescription
Public interfaceIWorkflowAction
This interface represents a point of extension that third party can implement to inject behavior on workflow action inside the Workflow Engine. i.e.: Discard State, Complete State, Discard Workflow, Complete Workflow Third party can implement the interface for each one of the 4 actions and then register it using the IWorkflowActionManager
Public interfaceIWorkflowActionManager
This class is responsible to manage Workflow Actions

Enumerations

  EnumerationDescription
Public enumerationWorkflowActionTypes
This enum represents the workflow action types