fast-vr-44972
05/15/2024, 5:22 PMproject
decorator.
We have something like as below. When we publish the data_event
it seems to trigger all the variant of the CustomFlow
not just the production
one. We have deployed flow with --production
option and then there are some other variants. We only want to trigger the production
one. Is this possible to achieve?
@trigger(event="data_split")
@project(name="data")
class CustomFlow(FlowSpec):
....