0 Replies Latest reply on Jan 2, 2014 9:53 AM by kamil.czyznielewski

    Map catched error event to jbpm variable

    kamil.czyznielewski

      Hello everyone

       

      I am wondering if it is possible to map catch error event from service task to variable and for example log its message?

      I have following process (very simple)

      error.PNG

      In throwException service task I use java class method that throw RuntineException. My Error Event catches it and I would like to print it on out within script task using variable. Is it possible?