cancel
Showing results for 
Search instead for 
Did you mean: 

how to use the activiti in my project

kevin000
Champ in-the-making
Champ in-the-making
hello,everyone:
   i'm a green hand in the activiti area.And i have studied some ordinary activiti knowledge,but i have so many question about it.I wish you can show me some advice.Thank you.
   1.in my mind,this should be the process to make a activiti project:
         1.1.design the process of the project,the process picture and the *.bpmn20.xml file including
         1.2.configure the designed activiti process into my project. eg:configure it to the configuration of the spring
         1.3.add the necessary .jar file to my project
         1.4.add the data sheet to my database
         1.5.then i can use the activiti API to realize my workflow.
      is it like this?

  2.i do not understand how to use the data sheet in my own database.The database is the one that i created before and it is suit for my project and the business.And now ,i want to use the activiti to controller my business,so how can i use the activiti data sheet in my database and project?
    my project also use the mybatis to persistence the data.

  i haven't graduated from college for a long time,so i didn't study the java and the activiti very deep and now i am little confused.

Looking forward to your apply.Thanks so much.
2 REPLIES 2

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi Kevin,

he process to make a activiti project
It really depends what you want to achieve. In case of BPM project you  can follow one of the BPM methodologies:
http://en.wikipedia.org/wiki/Business_process_management

the data sheet i
I do not understand the question, Could you specify it more?

Regards
Martin

Martin,thanks for your help.I tried several times to deploy the project associate with the activiti process,and realized it.
I create the activiti-data-sheet manully by myself before,but i forget the activiti would create it automatically,so i faced too much problems.Now it is ok.
although,i don't undertand how to realize a activiti project completely until now.i have some understanding for it,so i will continue.

thank you.