-
1. Re: Programmatically generating human task forms with FreeMaker for embedded jbpm5 in a web application
cwitschel Sep 2, 2012 11:07 AM (in response to bardelman)1 of 1 people found this helpfulHi,
if you read the documentation it states that the task forms need to be in the classpath.
So, in you web application, when the user selects to see a form to do his human task, just generate the form on the fly and place it in the class path. you will probably need to expand the naming of the forms, cause otherwise you get a concurrency issue when 2 different users want to access the same form at the same time.
-
2. Re: Programmatically generating human task forms with FreeMaker for embedded jbpm5 in a web application
bardelman Sep 3, 2012 6:03 AM (in response to cwitschel)Hi,
Thnx for your reply but my question was exactly about how to dynamically generate the .ftl files from the .bpmn process's human tasks..
My current solution was to generate these files with eclipse and place them in the classpath as u said but i m still not sure if .ftl files can deal properly with Ajax and with simple <jsp:include> tags..
cheers