--
Hi Lim,Thanks a lot for your time and reply. I have created work flow using BPMN2.0(eclipse plugin). But not able to invoke the Acitiviti process flow from the external form(simple JSP form). The Acitiviti action document is bit advanced, so i'm not able to find the exact information from that guide. It would be great if you could provide simple example for this flow( JSP form has Name,Leave date,reason, so once i press the submit button it has to invoke the Activiti process(workflow) -user task)Thanks a lot,Nat
On Saturday, September 1, 2012 8:03:12 AM UTC+5:30, Chee Kin Lim wrote:Hi Nat,
Thanks for your interest to the plugin.
Activiti was BPM engine, the workflow process is drive by process definition known as BPMN 2. You can create such process definition using Activiti Designer. Please see the Activiti User Guide for installation of Activiti Designer and BPMN 2 notations supported by Activiti.
Behind the scene, it is org.activiti.spring.SpringProcessEngineConfiguration made seamless integration to Grails without much effort from me.
The plugin introduced it own API, commands and scaffolding mainly to simplify Activiti the Grails way especially for external form rendering. It implicitly using process id of BPMN as controller and userTask id of BPMN as controller's action and override by a value specified in "activiti:formKey" attribute.
Hope this help.
Best regards,
Chee KinOn Fri, Aug 31, 2012 at 7:42 PM, Nat <natar...@gmail.com> wrote:
Hi Lim,
I would like to integrate the Grails web framework with Activiti Workflow. Something like leave mgmt application. which is explained in the Grails-Activiti plug-in example.But i'm not finding any clue how exactly it's integrated. So could you please show the direction with respect to the implementation perspective.
Thanks in advance for your time,
Nat
--
--