Namespace DotNetNuke.Entities.Content.Workflow.Actions
Classes
WorkflowAction
This entity represents a workflow action implementation.
WorkflowActionManager
Interfaces
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.
Enums
WorkflowActionTypes
This enum represents the workflow action types.