Back to Workflow Core

Workflow Core 2.1.2

ReleaseNotes/2.1.2.md

3.17.0310 B
Original Source

Workflow Core 2.1.2

  • Adds a feature to purge old workflows from the persistence store.

New IWorkflowPurger service that can be injected from the IoC container

c#
Task PurgeWorkflows(WorkflowStatus status, DateTime olderThan)

Implementations are currently only for SQL Server, Postgres and MongoDB