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?
@aaron51 We recommend using a queue in between jobs to share data.
Since it sounds like those jobs run consecutively, not concurrently, you have a lot of design options.