Cancel process instance id

Hi,
I have a parent-child instance relation
now if i cancel child it will cancel the parent process instance id as well
how does one stop this from happening?
i have multiple parent child relationship

easy, to prevent this, replace or remove the terminate end event in the child, or adjust your call activity configuration, this way, canceling the child won’t kill the parent