}
}
private ModelAndView resumeFlowResource(ResourceRequest request, ResourceResponse response,
FlowHandler flowHandler, String flowExecutionKey) {
PortletExternalContext context = createPortletExternalContext(request, response);
try {
flowExecutor.resumeExecution(flowExecutionKey, context);
return null;
} catch (FlowException e) {
return handleResourceException(e, flowHandler, request, response);