Tobias Wittur [http://community.jboss.org/people/tob1as] created the discussion
"Re: Could not find work item handler" To view the discussion, visit: http://community.jboss.org/message/621152#621152 -------------------------------------------------------------- Could it be, that the intermediate throw event has to be registered for "Send Task" ? //This works ksession.getWorkItemManager().registerWorkItemHandler("Send Task", new SendTaskHandler()); //This works ksession.getWorkItemManager().registerWorkItemHandler("Send Task", new MyOwnIntermediateThrowHandler()); //Does not work ksession.getWorkItemManager().registerWorkItemHandler("Send Task", new MyOwnIntermediateThrowHandler()); -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/621152#621152] Start a new discussion in jBPM at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
