Process defenition id generator
Guys, it's not funny in BpmnDeployer.class<blockcode> String nextId = idGenerator.getNextId(); String processDefinitionId = processDefinition.getKey() + ":" + processDefinition.getVersion() + ":" + nextId; // ACT-505 ...