3 Replies Latest reply on Mar 5, 2013 9:29 AM by salaboy21

    Internal and External Human Task Service

    houston4j

      I'm new to jBPM and trying to understanding the implementation options of the Human Task Service. From my understanding I can expose the Human Task Service via a web service for external applications.

       

      I'm wondering if I can do the following:

       

           - Deploy/package the Human Task Service with my core jBPM project so both the Human Task Service and Process Engine run in the same JVM.

           - Use the LocalHTWorkItemHandler from within my core jBPM project to interact with the Human Task Service.

           - Invoke the same Human Task Service via a web service from additional external applications.

       

      Any feedback is greatly appreciated.