Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created the discussion
"Re: How to signal process event from a custom WorkItemHandler?" To view the discussion, visit: https://community.jboss.org/message/780029#780029 -------------------------------------------------------------- in general I would recommend to signal it using intermediate throwing signal event. But if you need to do it from within the work item handler you need to use ksession for that. So, when you register your handler make sure to inject ksession into it and the use it to signalEvent. HTH -------------------------------------------------------------- Reply to this message by going to Community [https://community.jboss.org/message/780029#780029] Start a new discussion in jBPM at Community [https://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
