cancel
Showing results for 
Search instead for 
Did you mean: 

Can Activiti help with my simple business problem?

robpod
Champ in-the-making
Champ in-the-making
Hi,  Although I'm a developer, I'm finding it quite hard to work out whether Activiti can help with my client's business problem by reading the documentation.  I'd be grateful if someone could advise me.

My client needs to fill in lots of forms (digitally).  Each form may need to be passed from person to person.  When one person finishes their part, the next person in the chain need to get informed and must receive the form ready for them to do their part.  When they have finished they need to submit to the next person in the chain etc.  The final step is often an approval (perhaps with a digital signature).

Sometimes, an initialising activity (again accompanied by a form) may spawn off severel parallel business threads each of which would be as described above and each of which needs to complete in order that the aforementioned initialising activity is completed.

My client sometimes wants to prescribe these workflows (e.g. stating the specific people in the steps).  Sometimes, my client wishes to let workflows 'evolve' by allowing, for example, individuals to send a form to anyone they wish.

Can Activiti help with the above?

Rob
1 REPLY 1

p4w3l
Champ in-the-making
Champ in-the-making
You asks about 3 things: BPMN2 capacity, forms features and digital signatures features. The short answer is - no - because there is no digital signature directly in Activiti Explorer. But if you design the forms and develop the fill in ( digital ? ) GUI including the digital signatures with i.e. attachments ( Activiti's internal or some external ) or process variables - you can embbed Activiti Engine in you project and develop a solution yourselve. Then - yes! BPMN2 is simple but powerfull.