tempoClient.setOutput(id, tempoClient.createMessageAsDocument(complete, "abr_output.ftl"));
_log.info("Check the output we've just set");
String outputAsXmlString = ((PATask)tempoClient.getTask(id)).getOutputAsXmlString();
_log.info(outputAsXmlString);
_log.info("complete the PA task with some output");
tempoClient.complete(id, complete, "abr_output.ftl");
//sendSoapToTMP(complete(token, id, complete), "completeTask");
_log.info("sleep again to wait for the notification");
Thread.sleep(SLEEP_TIME);
Task[] ts2 = tempoClient.getAvailableTasks("Notification", "ORDER BY T._creationDate DESC");