cancel
Showing results for 
Search instead for 
Did you mean: 

How do I embad Activiti process tool in my web application

ishfady
Champ in-the-making
Champ in-the-making
Hi
I am vry new BPM software or tool. I am a java web developer.
I would like to learn BPM tool and designing process. I would like to embad activiti in to my web application.
So user can open activiti screen and draw process disgram and save it.

Do Activiti support this fuction and how do I go about.
Please can some one guide me.

thanks
Ishfady
3 REPLIES 3

hari
Star Contributor
Star Contributor
Hi,

I am just curious. Why do you want to build something which is already there ?
You can use activiti-explorer or eclipse plugin to design your process diagrams.

jwestra
Champ in-the-making
Champ in-the-making
I'm not sure it is "re-building something that is already there" as much as it is enhancing or restricting what is already there.  In which case, I can think of many reasons.

1. You want to restrict which model constructs can be chosen.  For instance, you don't want the modeler/developer to do ScriptTask because you don't want Groovy or JavaScript executing in your JVM.  So, your palette does not expose that option.

2. You are providing your own custom modeling constructs to the palette that integrate more effectively with your application.

My understanding is that a developer can do anything they want in the Eclipse designer.  If these types of things can be controlled and managed in the Eclipse designer, let me know how.

trademak
Star Contributor
Star Contributor
Hi,

The Activiti Modeler component can be used in any other web application yes. That's what we did with the Activiti Explorer as well, we added the Activiti Modeler component in that application.

Best regards,