("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"
+ ":ACT1:ACT3:ACT5:ACT1:ACT3:ACT5"));
procDir.removeProcess(proc);
}