Return workflow response with activities running in background

We plan to add direct support for this use case. Currently the following workaround is recommended:

  1. Invoke a workflow synchronously.
  2. This workflow executes activity A and then starts a child workflow asynchronously in the abandoned mode.
  3. Initial workflow completes unblocking the caller.
  4. The child workflow executes activities B, C , D asynchronously.