summaryN:DotNetNuke.Entities.Content.Workflow.Actions
Classes
| Class | Description | |
|---|---|---|
| WorkflowAction |
This entity represents a workflow action implementation
| |
| WorkflowActionManager |
Interfaces
| Interface | Description | |
|---|---|---|
| IWorkflowAction |
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 | |
| IWorkflowActionManager |
This class is responsible to manage Workflow Actions
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| WorkflowActionTypes |
This enum represents the workflow action types
|