Open coltmcnealy-lh opened 7 months ago
@diablouma had requested this for the control plane. We won't add it quite yet...but the short-term implementation is no more than a half day of work.
Maybe Nelson or Mateo could take this when time permits? Alternatively, it might be a good starter issue for our new hire.
We should add a field:
to the
message SearchWfRunRequest
. This will allow users to restrict the results from anrpc SearchWfRun
to only those that are children of a specificWfRun
.As for implementation, here are some notes:
In the long term, we need to optimize this. How?
COUNTED
tags, which allow us to know:WfRun
have?WfRun
's of a certainWfSpec
have a given status?WfRun
's have a variable matching a certain value?