cancel
Showing results for 
Search instead for 
Did you mean: 

How to make activiti workflow interact with Java web project (Java application designed Outside of activiti explorer)?.

sachin_patil
Champ in-the-making
Champ in-the-making
I want my java application to talk to activiti work flow and move from one tak to another task based on the work flow designed in activiti that is my java application is desinged outside of activiti explorer that is eclipse should to talk or interact with work flow designed in activiti . Can you please Help on this , I am try it from past one week , I am not able to get any example .Can provide me any link through which ,I can see and work on it? Thank's in advance .please help on that
9 REPLIES 9

vasile_dirla
Star Contributor
Star Contributor
This documentation should help you.
http://www.activiti.org/userguide/#_configuration

sachin_patil
Champ in-the-making
Champ in-the-making
Thank you Vasile. That document tells how to invoke the process that is process creation and deployment. I want any link which can help to understand the how to make java application which is created out of activiti explorer will talk to activiti process designed .

sachin_patil
Champ in-the-making
Champ in-the-making
For example , I have created the Leave application in  java eclipse and the created the process in activiti , I am not using the activiti UI that is from design provided by activiti. I will design the Leave application in Java eclipse and the process is designed in the activiti. Now once the user apply for Leave it should talk or interact to activiti process which I have designed , and should to go manager for approval this is defined in activiti process ,I have searched in google for any example , I am not able to get any information on this . Can you please help on this ? It will be great . Thank you.

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,

one example is here:
https://github.com/Activiti/activiti-unit-test-template

just change jUnit test to class with main method.

Regards
Martin

sachin_patil
Champ in-the-making
Champ in-the-making
Thanks Martin. But still I am not clear about this solution.

sachin_patil
Champ in-the-making
Champ in-the-making
I am totally new to the activiti.

sachin_patil
Champ in-the-making
Champ in-the-making
Hi Martin/Vasile,

My is requirement is I will design the simple leave application in java using eclipse IDE without using activiti explorer that not activiti form or UI. MY Leave app UI consist of two fields name and number of leave user apply and submit button , once I hit on the submit button it should to go admin that is assignee whom it is assigned ,When I login as the admin ,I should see the leave request in my queue. I am not at all using activiti UI from . I dont have any idea how to start with requirement . Because my UI (which is designed outside the activiti , not using activiti UI forms) should talk to activiti and processed to next step or should move to next step for whom it is assigned , when the assignee login he should see that request in his queue. If you have any sample example you provide the link. It would be great , if you can help on this.

Thanks in advance.

even I am facing the same problem if u have come up with any solution kindly share here. Thanks in advance.

jbarrez
Star Contributor
Star Contributor
> I dont have any idea how to start with requirement .

We can't do your home work. Activiti is a jar. Add it to your classpath and call it's API's.
All the rest is how you want to do it, using any UI technology you please.