Open
Description
Currently, go client implementation does not handle the following case well:
- child workflow creation & signal / cancellation within single decision batch
- activity creation & cancellation within single decision batch
- user timer creation & cancellation within single decision batch
Server side corresponding issue: cadence-workflow/cadence#2407