@Paul Merlin thanks, I'll use an intermediary file then to funnel the data to the second worker.
Is there a benefit from using property/lazy types in worker params or is it just convenience to connect them from the task properties more easily?
p
Paul Merlin
03/09/2022, 8:33 AM
It is mostly good for convenience and uniformity. Worker parameters are realized before being passed to the worker anyway.