metaflow icon indicating copy to clipboard operation
metaflow copied to clipboard

Metaflow job completion or exit handlers?

Open jaskaran-virdi-imprivata opened this issue 1 year ago • 0 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?