If I have 2 workflows, each has it's own github re...
# flyte-support
s
If I have 2 workflows, each has it's own github repo. Is there a way to connect the workflows? So once one workflow finishes the other one starts. Currently I do it using cron, but if the first workflow failed the second one will have an empty run. But what I want is for the second workflow to run only if the first one finished successfully .
a
Union.ai have triggers and artifacts that allow for this, otherwise you are probably looking to build your own event consumer that listens to the Flyte workflow execution events and trigger new exeuctions through the FlyteAdmin API.
🙏 3
f
Or you can use sensors in Flyte - but with cron
👌 1
Hey @square-electrician-23399 you can also create an Uber workflow form the 2 workflows and you can use reference workflows to connect them without having code
Also @square-electrician-23399 are you at retrain. We had a chat with team long time ago
s
Yes i'm still at retrain 🙂
f
Would you folks be open in sharing your journey with the community
s
yes sure! i'll write something down and share it with the community 🙂
🔥 1
f
Could you make it a blog
That is the best