hi Vasile,
I may not yet understand the actual usage of activti, however I will elaborate on this by giving an example:
I am working on a company specifically IT department where I am asked to automate 2 WF processes each is related to different department within my organization.
1- Marketing department: where they need to automate a form for services requests. all users will access the form and request for Marketing service, the request will go through a series of actions and approvals.
2- HR department: new position form. again a form to be accessed by all users and sent for certain approvals.
in both cases, the automation is possible using activiti I believe. However, in my org I installed activiti on one server and trying to develop both forms/processes within the same instance. once I get the forms created, how will the url of both processes be. are they going to be something like .. 'localhost/activiti-explorer/marketing' and 'localhost/activiti-explorer/hr' .. and how to deploy them in order to be accessed by the users.
I hope I could explain what I need.