cancel
Showing results for 
Search instead for 
Did you mean: 

Create Pool and Lane from java source

smadhu
Champ in-the-making
Champ in-the-making
Hi,

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.
2 REPLIES 2

jbarrez
Star Contributor
Star Contributor
There has been a topic recently with the exact same questions.

frederikherema1
Star Contributor
Star Contributor
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…