Activiti 5.22 How to distinguish cancel end event vs normal end event?
Hey community,Is there some way to distinguish cancel end event vs normal end event after process ends? I wanted to get process activities, but all end events (error, cancel, terminate and normal end event) has eventType 'endEvent' and I can not find...