BPMN where to put end event for 3 different events in XOR gateway

I need help with this bpmn diagram drawing

There will be 3 senarios to this event,

  1. customer report book is lost / damage -----then system will calculate the cost of the book and attach fee to customer account then the process will be aborted
  2. customer return the book -----system will calculate the late penalty and attach fee to customer account the process will be aborted
  3. customer did not return the book -----case will be escalated to manager, manager will then take even more steps, such as check if its student or staff. different action will be take for student and staff the process will end after a series of activity.

this is how it looks like now, i am not sure how to link them to the end event

Hi @hyydro,

you can just skip the merging XOR gateway and lead every alternative path into his (correctly labled) end event.

There is no need to join the paths again.

Hope this helps, Ingo