2 Replies Latest reply on Feb 3, 2007 7:10 AM by heiko.zehner

    Jbpm task management in seperate application

    heiko.zehner

      Hallo,

      we want to separate the business process management application with jbpm from the task management application, due to security requirements running in 2 different application servers instances.
      When a task was ended by calling the jbpm TaskInstance.end() method from the task management application, the process instance will be continuned within the thread calling that TaskInstance.end() method. But we want the process to be continued in the business process application. How can that be archived?

      BTW: We are using jms for asynchronous communication of jbpm.

      Thanks in advance

      Heiko