// if (urlStack == null || mapping.getIsFirst().booleanValue()) {
if (urlStack == null) {
urlStack = new LinkedList();
}
urlStack.addLast(returnPath);
workflows.put(workflowName, urlStack);
session.setAttribute(AttrConstants.WORKFLOW_SES_ATTR, workflows);
}