1 Reply Latest reply on May 3, 2012 4:52 AM by duttagoutam

    Disable jbpm-console from connecting to task client.

    judegab

      I am developing an in memory task client as I already have a front end for the tasks to be performed, having said this I would like to see the process instances created and their current state from jbpm-console. But when I open jbpm-console it fails because it is not able to connect to the task client.

       

      How can I configure jbpm-console not to connect to any task client but just display the process and process instance as in older versions of jbpm?

        • 1. Re: Disable jbpm-console from connecting to task client.

          I am also facing the similar issue. When I deployed custom web application(which includes the task client connection code) , it is working fine if Jbpm-console is not deployed inside the same JbossAS. But if i deploy both, Jbpm-Console(process tab) is throwing exception. Did you find any solution for the same?