1 Reply Latest reply on Oct 21, 2011 8:28 AM by salaboy21

    Integration of a jbpm5.1 project with UI

    ramchrish

      Being a new comer into jbpm5.1, i would like to know how we can integate a jbpm5.1 process with an existing user interface(an already functional web application).

        • 1. Re: Integration of a jbpm5.1 project with UI
          salaboy21

          Hi ramakrishna,

          That's a really good question. but first of all we need to know exactly what do you want to integrate with you existing web application?

          jBPM5 exposes the APIs for building your UIs in any technology that you want so you need to pick the right set of APIs (the process engine APIs or the Human Task APIs) and build your screens using them. Usually most of the people wants to integrate the tasks lists inside your existing apps and for that you will only need to comunicate with the Human Task component.

           

          Cheers