0 Replies Latest reply on Jul 1, 2014 7:49 AM by folesen

    How to set the timeout for transactions inside jbpm-console

    folesen

      I am running the jbpm-console (6.0.1.Final) at a jboss eap 6,2 server and I am using the REST api for starting/signalling the process instances running inside jbpm-console. My problem is that some of the process instances are running longer then 5 minutes which is the default transaction timeout inside jboss and I would like to change the transaction timeout for some of the processes. Of course, I could change the default transaction timeout at JBoss level, but then it would have impact on all applications deployed to the JBoss server. So my question is: how can I change the transaction timeout at individual processes definitions (or for all transactions running inside the jbpm-console).