Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 622 Bytes

File metadata and controls

10 lines (6 loc) · 622 Bytes

Lombiq Helpful Libraries - Orchard Core Libraries - Workflows for Orchard Core

Extensions

  • WorkflowManagerExtensions: Adds IWorkflowManager extension methods for specific workflow events and IEnumerable<IWorkflowManager> extension methods for triggering workflow events only if there is a workflow manager.

Activities

  • SimpleEventActivityBase: A base class for a simple workflow event that only has a Done result.
  • SimpleEventActivityDisplayDriverBase: A base class for a simple workflow event driver that only displays a title, description and optional icon in a conventional format.