4 Replies Latest reply on Dec 21, 2011 6:01 AM by hugjacq

    Accessing jbpm 4.4 forms externally

    hugjacq

      Hello,

       

      I am using jbpm 4.4.

      I am trying to be able to view Human Task forms in an external app. I saw that I could use the REST web service to get the rendered form, however the target of the <form> tag is localhost even when I'm calling the web service from another computer.
      Is there anything I can do to change the "${form.action}" value so it gets the external ip address instead of localhost ?
      Thank you.