The question I have is ?Where 's the best place to signal a state node to continue when you have a registered EventListener. Since the argument to pubilc void notify(EventListenerExecution execution) methodis an Execution. Can you call execution.signalExecution(execution.getId)
from inside the EventListener. The documentation says that the best ways to signal the process to contine