226227228229230231232233234235236
} // log this creation // WARNING: The events create and assign are fired in the right order, but // the logs are still not ordered properly. token.addLog(new TaskCreateLog(taskInstance, taskInstance.getActorId())); } else { taskInstance.create();
154155156157158159160161162163164
executionContext.setTaskInstance(null); executionContext.setEventSource(null); } // log this creation token.addLog(new TaskCreateLog(taskInstance, taskInstance.getActorId())); } else { taskInstance.create(); }
159160161162163164165166167168169
162163164165166167168169170171172
} // log this creation // WARNING: The events create and assign are fired in the right order, but // the logs are still not ordered properly. token.addLog(new TaskCreateLog(taskInstance, taskInstance.getActorId())); } else { taskInstance.create(); }