superInstance = jbpmContext.loadProcessInstance(superInstance.getId());
assertEquals("async", superInstance.getRootToken().getNode().getName());
commitAndCloseSession();
try {
CommandExecutorThread commandExecutorThread = new CommandExecutorThread(jbpmConfiguration);
commandExecutorThread.executeCommand();
} finally {
beginSessionTransaction();
}
List taskInstances = taskMgmtSession.findTaskInstances("victim");