04-01-2012 09:13 AM
04-01-2012 01:06 PM
04-02-2012 01:51 AM
repositoryService.createDeployment()
.addClasspathResource("diagrams/TestWorkflow.bpmn").deploy();
if (resourceName.endsWith(BPMN_RESOURCE_SUFFIX)) {
ResourceEntity resource = resources.get(resourceName);
byte[] bytes = resource.getBytes();
…
04-02-2012 03:13 AM
RepositoryService repositoryService = activitiRule.getRepositoryService();
repositoryService.createDeployment().addInputStream("process.bpmn20.xml",
new FileInputStream(filename)).deploy();
04-02-2012 06:26 AM
Hi all,
For the next version we are looking at the implementation of the following features:
- Pools and lanes
- Text annotation
- Transaction and compensation support
But we welcome other requests for new features!
04-02-2012 09:32 AM
04-02-2012 09:47 AM
04-02-2012 12:08 PM
04-03-2012 05:56 AM
04-03-2012 07:22 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.