We are using Metaflow on Argo Workflows with multi...
# ask-metaflow
q
We are using Metaflow on Argo Workflows with multiple triggers. We have flows
A
and
B
which jointly trigger a flow
C
. Is there any way, either currently implemented or planned, to exercise some control over which pairs of runs of
A
and
B
will trigger
C
, perhaps restricting to pairs that match in a particular string artifact?
Presumably this would require away to add fields to the payload of the auto-emitted Argo Events and also a way to add filters to the Argo sensor that's created.