1063106410651066106710681069
public void historyDecision(String transitionName) { HistoryEvent.fire(new DecisionEnd(transitionName), this); } public void historyActivityStart() { HistoryEvent.fire(new ActivityStart(), this); }
1088108910901091109210931094