- Put a breakpoint in MyActivities.cs:10
- Debug the project
- Kill it after at least one child workflow has started
- Comment out Program.cs:19
- Run (or debug) the project again and neither the child workflow nor the parent workflow start
If instead of killing it while in the middle of a child workflow, if it is killed after a child workflow completes, the parent workflow will continue as expected.