08-17-2011 01:07 PM
…
if (resourceName.endsWith(BPMN_RESOURCE_SUFFIX)) {
ResourceEntity resource = resources.get(resourceName);
byte[] bytes = resource.getBytes();
ByteArrayInputStream inputStream = new ByteArrayInputStream(bytes);
…
}
else {
LOG.warn("You need to provide resource name that ends with " + BPMN_RESOURCE_SUFFIX + " Resource " + resourceName + " is not processed.");
}
08-24-2011 05:06 AM
When a business archive is deployed, it is scanned for BPMN files with a .bpmn20.xml extension. Each of those will be parsed and potentially contains multiple process definitions.
08-25-2011 09:27 AM
08-26-2011 04:41 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.