cancel
Showing results for 
Search instead for 
Did you mean: 

CreateDeployment.addString is not working as Expected

chandanmb1
Champ on-the-rise
Champ on-the-rise
Problem is


Deployment deployment = repositoryService.createDeployment().addString("Process_1", workflow).name("HoneywellProcess").deploy();


There is no entry getting inserted to ACT_RE_PROCDEF table. Because of this i guess it is not able to start the Process. What is the cause for this.
When i tried using addClassPathResource, it is making an entry in ACT_RE_PROCDEF. but when i use addString it is not inserting

Regards,
Chandan
1 REPLY 1

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi Chandan,

Working examples are org.activiti.examples.processdefinitions.ProcessDefinitionsTest.

Regards
Martin