cancel
Showing results for 
Search instead for 
Did you mean: 

docs/examples: how do i use these in Eclipse?

activiti-admin
Champ in-the-making
Champ in-the-making
i imported docs/examples/ into Eclipse - how do i use these?

"Run As" –> Application gives me a chooser that lists matching items from "org.h2.tools"..!
whereas the examples are in "org.activiti.examples"..?

also,  need some tips to create my first process with tasks, users..
3 REPLIES 3

feiya200
Champ in-the-making
Champ in-the-making
I don't think the current Activiti has anything to do with Eclipse. You need to pack and deploy your processes into the engine in order to run them.

jcosano
Champ in-the-making
Champ in-the-making
Mainly, I think that you should run junit test…

Look at activiti/docs folder

activiti-admin
Champ in-the-making
Champ in-the-making
I don't think the current Activiti has anything to do with Eclipse. You need to pack and deploy your processes into the engine in order to run them.

1. while creating a process diagram, how do i name tasks?

2. after creating a diagram (bpmn20 xml file…) how do i deply into th engine?

thanks..