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