for (int i=0; i<10; i++) {
callFoo();
assertNotNull(this.getCreationTS());
}
auditTrail.asynchLog(0, new Date(), "unittest", "-", this.getId(), null, null, "finished", null);
backChannelQueue.enqueue(new WorkflowResult(getData(), null));
}
catch(Exception e) {
logger.error("execution failed",e);
backChannelQueue.enqueue(new WorkflowResult(null, e));
}
// finally {
// System.out.println("xxx");
// }
}