numerous-toddler-24038
06/13/2023, 11:26 PMthis.RegisterOutputs()
was doing under the hood, but that doesn't appear to be the casewhite-balloon-205
numerous-toddler-24038
06/14/2023, 4:08 AMYou can expose an output that uses All and Apply to wait on multiple inputs, but resolve to the value of just one. This can give you back a single output that waits for everything you want to make sure is created before using it.Yeah that's what I did, which isn't too counter intuitive but the semantics are definitely suboptimal. I was looking through the source a bit and it seemed like it might be possible to gate the completion sources somehow