cancel
Showing results for 
Search instead for 
Did you mean: 

Create processes from JAVA

flostudent
Champ in-the-making
Champ in-the-making
Hello,

I would like to use the Activiti Engine for a student project.

I succeeded to execute the 10 minute tutorial, and now i want to manage different processes with a various number of tasks.
Is is possible to create tasks directly from java ? Or i must declare them in the xml file ?
2 REPLIES 2

trademak
Star Contributor
Star Contributor
You can use the activiti-bpmn-model module to implement a process in Java. For more information you can read this blog post:

http://stacktrace.be/blog/2013/03/dynamic-process-creation-and-deployment-in-100-lines/

Best regards,

flostudent
Champ in-the-making
Champ in-the-making
Exactly what i needed ! Thank you