300301302303304305306307
} } public void historyTaskComplete(String outcome) { if (execution != null) { HistoryEvent.fire(new TaskComplete(outcome), execution); } }