hatchet-dev / hatchet

A distributed, fault-tolerant task queue

Home Page:https://hatchet.run

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

abelanger5 opened this issue · comments

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.

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