* @exception Exception if an error occurs
*/
public void timeoutASynchr() throws Exception {
ProcessMgr mgr = defDir.processMgr("SystemTest", "timeoutASynchr");
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("TransitionPath");
assertTrue(path, path.equals("PATH:act1:to1:to2:to3"));