I am trying to spawn child workflows as services from parent workflow which is also a workflow hosted as a service.
Problems I am facing:
- How to spawn multiple child workflows as service "synchronously"?
- How to communicate to the consuming applications that the child workflows are ready for action?
- How to communicate to the parent that a child workflow is complete "synchronously"?
Thanks.