0 Replies Latest reply on Apr 13, 2015 6:30 AM by pschaefer

    Can I use an Intermediate Throw Event without Event Definitions in jBPM 6.2?

    pschaefer

      Hello all,

       

      is it possible to use an intermediate throw event in jBPM 6.2 without any Event Definitions? The Eclipse Designer give me an error "Intermediate Throw event has missing or incomplete Event Definitions".

      I want to use intermediate throw events to mark milestones in my processes. My idea is to run the process through the jBPM engine and when it reaches an intermediate throw event my app checkins the milestone.

      I have implemented a similar behaviour without any problems with the Activiti engine. Thanks!