hi,
I have void parent workflow method that call to async child workflow.
how can I test the side effect of child workflow by waiting to completion of child?
I have no any signal in my workflows.
thanks!
hi,
I have void parent workflow method that call to async child workflow.
how can I test the side effect of child workflow by waiting to completion of child?
I have no any signal in my workflows.
thanks!
The simplest would be using a long testEnv.sleep long enough for the child to complete.