danielgerlag / workflow-core

Lightweight workflow engine for .NET Standard
MIT License
5.33k stars 1.19k forks source link

Clear terminated workflow instances #1262

Open q913777031 opened 4 months ago

q913777031 commented 4 months ago

I want to clear workflows that persist in memory with a state of terminated, is it possible to add a method to the interface to clear workflow instances with different states?