[jboss-user] [jBPM] - Re: jBPM 5 User Forms

bpmn2user do-not-reply at jboss.com
Fri Apr 8 10:23:20 EDT 2011


bpmn2user [http://community.jboss.org/people/bpmn2user] created the discussion

"Re: jBPM 5 User Forms"

To view the discussion, visit: http://community.jboss.org/message/598863#598863

--------------------------------------------------------------
+1. What is the best way to edit user forms (*.ftl files) in a graphical environment (something like Intalio does)?+
+I have managed to open them in Eclipse as html files. Are there better options?+

You can use various editors including an Eclipse plug-in from FreeMarker ( http://freemarker.sourceforge.net/editors.html http://freemarker.sourceforge.net/editors.html)

+2. Is there an automatic (user-oriented) way of linking together user form fields with corresponding User Task variables?+
+Currently it looks to me that all the variables' mappings with form fields (and variables in the ftl form) must be written manually in the code. Is it so or are there any better ways to automate it?+

It is true for now.

+6) Add the form to+ 
+${install.home}/jboss-{version}.GA/server/default/jbpm-gwt-console-server.war -> /deploy/WEB-INF/lib/jbpm-gwt-form-5.1-SNAPSHOT.jar+
+7) Make a PNG file of the diagram, name it <processName>.png and add it to+ 
+${install.home}/jboss-{version}.GA/server/default/jbpm-gwt-console-server.war -> /WEB-INF/lib/jbpm-gwt-graph-5.1-SNAPSHOT.jar+

You basically need artifacts (ftl and png) in CLASSPATH of the +jbpm-gwt-console-server.+ You can do the above or copy the files into CLASSPATH so that jbpm-gwt-console-server can load. For example you can keep the arfifacts into a jar file
and copy the jar file into appserver's lib direcory (JBOSS_HOME\server\default\lib for JBOSS or TOMCAT_HOME\lib for TOMCAT)

See the examples:
 http://community.jboss.org/people/bpmn2user/blog/2011/02/27/jbpm5-console--hello-process-example http://community.jboss.org/people/bpmn2user/blog/2011/02/27/jbpm5-console--hello-process-example
 http://community.jboss.org/people/bpmn2user/blog/2011/02/21/jbpm5-example-for-forms-with-variables http://community.jboss.org/people/bpmn2user/blog/2011/02/21/jbpm5-example-for-forms-with-variables


3.1. Is the process correct (at least it works)?
Yes! It should work
3.2. Am I right that by default no user form is created in the jBPM project in Eclipse when I create a User Task?

That is true for now (if you are comparing with the feature of auto generating forms in Eclipse in jBPM3/jBPM4)


3.4. Is there a solution for deploying a user form automatically on the server? 
You can use this approach  http://people.redhat.com/kverlaen/jBPM5-guvnor-integration.swf http://people.redhat.com/kverlaen/jBPM5-guvnor-integration.swf
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/598863#598863]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110408/58ad9529/attachment.html 


More information about the jboss-user mailing list