bitter-orange-8782
05/09/2023, 11:25 AMfancy-mouse-14245
05/09/2023, 11:57 AMbitter-orange-8782
05/09/2023, 12:05 PMflow_b.py will then interrogate .flow/ to look for the highest .flow/FlowA<runid> file, we are talking that it will query for my namespaced flow highest run-id, right?
3. Does flow_b know automatically that flow_a is its prerequisite, or i need to mention that in some way?better-cat-13994
05/09/2023, 1:51 PMvictorious-lawyer-58417
05/09/2023, 3:08 PM@trigger_on_finish decorator that allows you to launch a flow on Argo Workflows when another finishes.
It’s very new - we’ll be officially announcing it in a few days excited It’ll show up in docs then toobitter-orange-8782
05/09/2023, 7:07 PMvictorious-lawyer-58417
05/18/2023, 2:30 AMbitter-orange-8782
05/19/2023, 7:20 AMvictorious-lawyer-58417
05/19/2023, 7:16 PMvictorious-lawyer-58417
05/19/2023, 7:19 PMevents=['first event', 'second event'] you can depend on a single event='some_event' but parametrize the behavior based on the payload
mode = Parameter('mode')
that you can set for each event/run individually:
ArgoEvent().publish(payload={'mode': 'dothis'})victorious-lawyer-58417
05/19/2023, 7:20 PMmode parameter like herevictorious-lawyer-58417
05/19/2023, 7:21 PMbitter-orange-8782
05/21/2023, 5:46 AM