Netflix / metaflow

:rocket: Build and manage real-life ML, AI, and data science projects with ease!

Home Page:https://metaflow.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metaflow job completion or exit handlers?

jaskaran-virdi-imprivata opened this issue · comments

Use case: After a metaflow job ends, would like the flow of control to go back to the microservice that triggered the metaflow job

For a general case, lets say, after a metaflow job completes(success or failure), I would like to return the flow of control to a microservice that had triggered the metaflow job. The metaflow documentation talks about triggering workflows by external events but didn't see anything about completion handlers. How does one implement that?