How to start a process from an external java application

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2011 05:57 AM
Hi,
Could anybody point me to how I can start a process from an external java application. Is it possible for a message start event to have a listener of some sort?
Thanks in advance
Marc
Could anybody point me to how I can start a process from an external java application. Is it possible for a message start event to have a listener of some sort?
Thanks in advance
Marc
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2011 07:32 AM
Hi Marc.
You just need some Java code to start a process, here you find an example (if you have access to the database): http://svn.codehaus.org/activiti/activiti/trunk/modules/activiti-cycle-maven-template/src/main/java/....
Another possibility is to use the REST-API: http://www.activiti.org/userguide/index.html#N11AD9
Cheers
Bernd
You just need some Java code to start a process, here you find an example (if you have access to the database): http://svn.codehaus.org/activiti/activiti/trunk/modules/activiti-cycle-maven-template/src/main/java/....
Another possibility is to use the REST-API: http://www.activiti.org/userguide/index.html#N11AD9
Cheers
Bernd
