}
// The interpreter id is the sitemap's URI
String interpreterId = SitemapParameters.getLocation(parameters).getURI();
WebContinuation wk = this.contManager.lookupWebContinuation(continuationId, interpreterId);
if (wk == null || wk.disposed()) {
return null;
} else {
// Getting the continuation updates the last access time
wk.getContinuation();
FlowHelper.setWebContinuation(objectModel, newObjectModel, wk);