Fork me on GitHub
#onyx
<
2018-06-14
>
aaron5117:06:07

If we want the whole output of one workflow to be available to a task in the next workflow, should we inject the (large) output into the event map in the catalog? Or lifecycle? Or is there a better way to share data?

michaeldrogalis20:06:58

@aaron51 We recommend using a queue in between jobs to share data.

michaeldrogalis20:06:34

Since it sounds like those jobs run consecutively, not concurrently, you have a lot of design options.