return false;
}
ExtActivityLocal fromAct = (ExtActivityLocal)trans.from();
String toActKey = toAct.key();
if (! ((toAct.typedState().isSameOrSubState (ClosedState.COMPLETED)
&& (fromAct.threadInfo().includes (toActKey)
|| fromAct.key().equals (toActKey))))) {
return false;
}
// Now we reset the activities in the loop
if (logger.isDebugEnabled ()) {