That's actually exactly what I want to do: I want ...
# general
b
That's actually exactly what I want to do: I want to stall the pipeline waiting for values from the referenced stack, if it's somehow possible without getOutputSync. I understand the advantages of async way, but in my case I want to fallback to the sync way. 🙂 Unfortunately, Output.all won't improve the situation in my case (I will need to wrap the whole program, basically)