1059106010611062106310641065
public void historyAutomatic() { HistoryEvent.fire(new AutomaticEnd(), this); } public void historyDecision(String transitionName) { HistoryEvent.fire(new DecisionEnd(transitionName), this); }
1084108510861087108810891090