-
1. Re: Attach Application Forms to workflow
leon_ Jun 20, 2011 3:11 AM (in response to snagaraj)I think you mean how to integrate forms into your jBPM workflow.
Examples that helped me are
http://community.jboss.org/people/bpmn2user/blog/2011/02/21/jbpm5-example-for-forms-with-variables
and
http://people.redhat.com/kverlaen/install-gwt-console-jbpm.swf
A nice screencast, but it does not show where to locate the forms. The sourcecode of the screencast comes with the demo installation of jBPM
-
2. Re: Attach Application Forms to workflow
snagaraj Jun 20, 2011 3:49 AM (in response to leon_)Hi leon,
Thanks for your quick response.
I need to attach my application page to jbpm5 workflow like jsp.
if you have any samples, pls send.
Thanks for your response.
Regards
Nagaraj
-
3. Re: Attach Application Forms to workflow
snagaraj Jun 28, 2011 12:33 AM (in response to snagaraj)Hi All,
if anybody has samples explaining how to attach jbpm5 workflow to jsp.
Appreciate your quick response.
Regards
Nagaraj
-
4. Re: Attach Application Forms to workflow
bpmn2user Jun 29, 2011 10:57 AM (in response to snagaraj)You can use API calls from you jsp to attach jBPM5 workflow. For example, you can create a form using jsp and you can invoke jBPM5 api call from your web layer.
Here is an example that shows the usage of jBPM5 API
http://community.jboss.org/people/bpmn2user/blog/2011/04/03/jbpm5-human-task-api-usage-example