SaaS CMS has officially launched! Learn more now.

Namespace EPiServer.WorkflowFoundation.Services

Classes

CacheService

Service that expose a short time cache to make it possible to pass none serializable objects (such as PageEventArgs) from outside to workflow instances. It also expose methods to get EPiServerData from Workflow instances. Primarly used when using other host than AspNet.

CommunicationService

Listens to events from EPiServer and send events to listening workflow instances. It also captuers events from workflow instances and Broadcast them

EventTrackingService

Tracking service that tracks when workflowinstances enters/leaves an activity that is an EPiServer related event. Used to keep track on which instances that waits for which event.

Interfaces

IInitializableService

If implemented by service, then called during initialization.