Interface a class acting as a Host for Workflow must implement.

Namespace:  EPiServer.WorkflowFoundation.Interfaces
Assembly:  EPiServer.WorkflowFoundation (in EPiServer.WorkflowFoundation.dll) Version: 5.2.375.236

Syntax

C#
public interface IWorkflowManager

Remarks

Class implementing this interface and will act as workflow engine must have a public parameterless constructor.

See Also