Hi, newbie here. I am trying to trigger one flow b...
# ask-metaflow
f
Hi, newbie here. I am trying to trigger one flow based on the completion of another one. I followed the official doc (link) but for some reason, the completion of
firstflow.py
(in Argo) is not triggering the execution of
secondflow.py
in Argo. Do you have any idea of why this might happen? Can it be related to an issue in the setup of Argo Events? Just looking into where I should look to debug this issue. Thank you!
1