1 Reply Latest reply on May 20, 2015 2:52 AM by swiderski.maciej

    Missing workitemhandler after timer event?!

    c00823ue

      I'm now using deploymentservice to startprocess and dynamically deploy new bpmn files. how can I register workitemhandler? I tried using ksession ,which is created by deploymentservice, to register workitemhandler. Now I put a timer event in reusable subprocess. After timer event is triggered, I got the following error.

       

      Caused by: org.drools.core.WorkItemHandlerNotFoundException: Could not find work item handler for xx

       

      The workitemhandler is missing after the timer event.  How can I solve this problem? Error log is attached. THX!