HI
I was wondering what happens in following situation:
A parent workflow runs in realtime. When this workflow would call a child workflow, the child workflow runs async and in another transaction?
I have noticed that the parent workflow does not wait for the child workflow to be executed and continues with the next steps.
How can you wait for the results of the child workflow?
Grts
*This post is locked for comments