cancel
Showing results for 
Search instead for 
Did you mean: 

Deploy on existing engine

arno1
Champ in-the-making
Champ in-the-making
Hello,
I'd like to deploy a process definition on the process engine which is available in browser when running ant demo.start (so that i see it in activiti explorer).
How can I do that by programming (using Eclipse) respectivly how do I connect to this process engine by code?
1 REPLY 1

jpotts
World-Class Innovator
World-Class Innovator
The ten minute tutorial on the wiki is quite good:
http://www.activiti.org/userguide/index.html#10minutetutorial

It shows you how to deploy a process, either with code or through Activiti Probe. Once deployed, the process will survive restarts.

Jeff