Class EventsHandler


  • public class EventsHandler
    extends java.lang.Object
    Handle event depending on its type TODO * Move all code that instantiate process/execute flow node after a event was triggered here + make it call reachedCatchEvent * For event sub process: the instantiate process must cancel all activities then instantiate the process * the instantiate event subprocess method is like the start of the process executor but with less things: factorise it * check that there is no execution issues with event sub process (add more test) * add test for each kind of start event in event sub process * try to trigger event subprocess with multiple events
    Author:
    Baptiste Mesta, Elias Ricken de Medeiros, Celine Souchet