*/
public void loopTest() throws Exception {
ProcessMgr mgr = defDir.processMgr
("deferredChoiceTests", "loopingDeferredChoiceTest");
WfProcess proc = mgr.createProcess(requester);
String procKey = proc.key();
proc.start();
assertTrue(stateReached(proc, "closed.completed"));
ProcessData data = proc.processContext();
String path = (String)data.get("Path");
assertTrue(path, path.equals("Path:ACT0:ACT1:ACT2:ACT5:ACT1:ACT2:ACT5"