1 Reply Latest reply on Jul 5, 2012 4:47 AM by salaboy21

    How to integrate Human Task

    jay4smile

      Hello,

       

      I want to integrate human Task in my Flow.

       

      As per

      https://github.com/esteban-aliverti/JBPM-Samples/tree/master/Simple-Human-Task-Sample

      https://community.jboss.org/thread/176886

       

      I have created a example.

       

      But How can I run Client part!!?

       

      I am getting Error while running Application.java

      "

      org.xml.sax.SAXParseException: Character reference "&#16" is an invalid XML character. occurred while reading launch configuration file: /Users/ind500/Documents/workspace/.metadata/.plugins/org.eclipse.debug.core/.launches/Application.launch.

      Character reference "&#16" is an invalid XML character.

      "

       

      What is Application.form??

      How to use it?

        • 1. Re: How to integrate Human Task
          salaboy21

          Hi Jay,

          The Application.form file is a file descriptor that describe how the UI looks like, based on Swing. If you update teh Application.java class without updating the Application.form file you will start having troubles. The .form files are automatically updated by IDE such as Netbeans which uses something called Mattise to generate those .form files.

          I recommed you to create your own UI using a technology that you know how to use, and just copy the logic from the Application.java class which is related with the interactions with the jBPM5 framework.

          Cheers

          1 of 1 people found this helpful