Create processes from JAVA

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2013 06:51 AM
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 ?
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 ?
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2013 07:40 AM
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,
http://stacktrace.be/blog/2013/03/dynamic-process-creation-and-deployment-in-100-lines/
Best regards,

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2013 04:15 PM
Exactly what i needed ! Thank you
