onyx

FYI: alternative Onyx :onyx: chat is at <https://gitter.im/onyx-platform/onyx> ; log can be found at <https://clojurians-log.clojureverse.org/onyx/index.html>
aaron51 2018-06-14T17:42:07.000744Z

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?

michaeldrogalis 2018-06-14T20:14:58.000408Z

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

michaeldrogalis 2018-06-14T20:15:34.000392Z

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