hatchet-dev / hatchet

A distributed, fault-tolerant task queue
https://hatchet.run
MIT License
3.78k stars 123 forks source link

feat: add streaming endpoint which returns events according to metadata value #593

Open abelanger5 opened 3 weeks ago

abelanger5 commented 3 weeks ago

User request: support use-cases where the workflow run ids aren't known (for example, in a separate long-lived streaming endpoint). In this case we'd like to get all stream events corresponding to a metadata tag.

clintwood commented 3 weeks ago

It would be good to be able to use the same parameters used to get a list of workflow runs for this feature