cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any other way to create process without using Activiti Designer?

shivam_0311
Champ in-the-making
Champ in-the-making
Is there any way other than drag n drop to create process in Activiti Engine?
Are there some APIs for the same?
6 REPLIES 6

hari
Star Contributor
Star Contributor
You can use the Activiti Eclipse plugin and design them in eclipse.

shivam_0311
Champ in-the-making
Champ in-the-making
Thnaks,
Yes,I am doing the same.I am asking for other methods.
Regards,
Shivam

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,

org.activiti.engine.repository.DeploymentBuilder
Regards
Martin

Thanks,
DeploymentBuilder is for deploying purposes for already created processes.
I was searching for other methods to create new process definition.
Regards,
Shivam

jbarrez
Star Contributor
Star Contributor
Or write the XML by hand 😉
Or use the BPMNModel classes that serialize to XML….

Both of them are quite low-level work …

shivam_0311
Champ in-the-making
Champ in-the-making
Thanks,
I was searching for the second one exactly.I will go through it.
Regards,
Shivam