1 Reply Latest reply on Feb 29, 2012 7:59 AM by tsurdilovic

    Unable to find where to perform DB Insertion in Designer

    murthy516

      Hi All,

       

      I'm using Jbpm 5 installer.In Desginer,I designed a process and generated ftl files for the taskforms.I need to write the DataBase code for the insertion of values which user enters in the ftl.As I'm new to designer,I'm unable to find out where to write the WebService or Java code in the Designer.Please suggest me which option I need to write the code..

       

      Regards

      Krishna    

        • 1. Re: Unable to find where to perform DB Insertion in Designer
          tsurdilovic

          The entered data in the user task form is the user tasks data output parameters. You would need to handle associations for this user task to map them out to process variables first. After your user task I assume you could use the user tasks onExit script, a script task or a service node (probably best) which performs your DB internactions.

           

          Hope this helps.