cancel
Showing results for 
Search instead for 
Did you mean: 

deployement programatically

ambrish
Champ in-the-making
Champ in-the-making
Hi,i am new to activiti, i am trying to deploy activiti in programatically (or) using java code but i can't pls give me some solution or give some sample code..
thanks in advance…
best regards.
Ambrish
1 REPLY 1

frederikherema1
Star Contributor
Star Contributor
Try looking at the Java API javadocs first:

repositoryService.createDeployment().addClassPathResource("…").addXX(…).deploy();