danielgerlag / workflow-core

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

If I don't know the ID, how should I get all WorkFlowInstanse and its status #1279

Open Danbes opened 3 months ago

Danbes commented 3 months ago

If I don't know the ID, how should I get all WorkFlowInstanse and its status, Thank You !

axelgenus commented 2 months ago

You have to query the DbContext directly. An alternative would be to use a search index and query that instead.