Package org.bonitasoft.engine.execution.event
package org.bonitasoft.engine.execution.event
-
ClassDescriptionStrategy to handle one kind of event: TIMER, ERROR, SIGNAL or MESSAGEHandle 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