2 Replies Latest reply on May 23, 2011 9:40 AM by frankee787

    jbpm 5 demo - User task forms

    npereira

      Hi all,

       

       

      I have been trying to get forms working with the user tasks.

       

      So far I have gathered that we will need to use .ftl. So in my project I have the .ftl in the package, also the .ftl has the same name that the taskName propertie has.

       

      But still, I havn't been able to get it working. Can anybody help me out?

       

      Regards

        • 1. Re: jbpm 5 demo - User task forms
          krisverlaenen

          The taskName.ftl file needs to be in the application classpath of the gwt-console, for example you can find the sample forms in jbpm-gwt-console-server.war/META-INF/lib/jbpm-gwt-form-{version}.jar

           

          So adding them there should work, or any other location that is part of the gwt application classpath.

          • 2. jbpm 5 demo - User task forms
            frankee787

            Thanks for the hints. It sure worked for me. However, how do you extract the VARIABLES that are populated from the freemaker forms?