workflow-core icon indicating copy to clipboard operation
workflow-core copied to clipboard

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

Open Danbes opened this issue 1 year ago • 1 comments

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

Danbes avatar Jul 08 '24 07:07 Danbes

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

axelgenus avatar Jul 08 '24 14:07 axelgenus