I have tried to create and add Pool and Lane to a model within a sample activiti java program. Can anybody help on how to programmatically create Pool and Lane using java code.
What code have you tried so far? The BPMNModel is quite straight-forward. The BpmnModel POJO contains a list of Pool objects (referencing a process). The Process POJO contains a list of Lane objects…