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
Namespace: DotNetNuke.Entities.Content.Workflow.ActionsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public interface IWorkflowAction |
| Visual Basic |
|---|
Public Interface IWorkflowAction |