Hi @Coach_Kerni,
in general, a process instances is ended after all token reached an end event.
In your case, the parallel gateway will split the single token into two. Both tokens have to reach their end event. No task is canceled.
If you want to cancel the other tasks, you have to use the terminate end event: Terminate Events | docs.camunda.org
Hope this helps, Ingo