Replies: 2 comments 2 replies
-
you may need a elasticsearch extensions to do this,i think |
Beta Was this translation helpful? Give feedback.
-
Guess I'm somewhat late to the party. Would it make sense to create new pull requests? Idea 1: Remove the [Obsolete] attribute from Idea 2: Add a function to purge old workflow instances. (complete or terminated workflows which are older than X days) |
Beta Was this translation helpful? Give feedback.
-
Hi *
I really like this workflow engine: small & intuitive to use. There's one issue I stumbled over : In
IWorkflowRepository
there exists an API to retrieve all instances at once by setting all query parameters tonull
or""
IWorkflowRepository.cs
BUT this API is marked
obsolete
.The new existing API takes a list if
id
s, which seem to be the GUIDs of the running workflows:As this is exactly the information I'm looking for (IDs of all running instances) I'm stuck now on where to get the information formerly provided by the obsolete API.
Any hints on this?
Beta Was this translation helpful? Give feedback.
All reactions