try {
SessionUID sid = new SessionUID(
Long.parseLong(target));
Session session = (Session)
Session.getSession(sid);
session.resume("admin debug");
} catch (Exception ex) {
status = Status.ERROR;
msg = "Error resuming flow to session " + target +
" because " + ex.toString();
logger.logStack(Logger.INFO,msg, ex);