Greetings. Hopefully I can explain my request well enough . . .
From within a workflow: is there a way to use signalWithStart(..) or equivalent to (i) start as a child-workflow using (ii) the async execution/return pattern? Any chance you have an example?
Greetings. We’ve already coded many child-workflows and activities with async, etc (Temporal makes that super simple!). The question was: how do you do the equivalent of signalWithStart(..)? The signalWithStart(..) call itself doesn’t support async. So I’m wondering if there is a way to chain the start/signal in a more . . . raw/manual fashion.
I should try again. It’s easy to start a workflow and then apply a signal. What we need to do, is signal, then call the workflow method (as a child, with an async return).