169170171172173174175
if (resourceId.endsWith(suffix)) { type = "processDefinition"; break; } } return new DeploymentResourceResponse(resourceId, resourceUrl, resourceContentUrl, contentType, type); }