return response;
}
public WOActionResults showAction() throws Throwable {
TaskInfo taskInfo = routeObjectForKey("taskInfo");
if (TaskInfo.WORKFLOW_PRIME_CHECKED.equals(taskInfo.workflowState())) {
ERXRouteResults results = (ERXRouteResults)response(taskInfo, ERXKeyFilter.filterWithNone());
WOResponse response = results.generateResponse();
String location = hostName() + ERXRouteUrlUtils.actionUrlForRecord(_context, taskInfo, "results", format().name(), new NSDictionary(), request().isSecure(), request().isSessionIDInRequest());
response.setHeader(location, "Content-Location");
response.setStatus(ERXHttpStatusCodes.SEE_OTHER);