[rules-users] Raising event signal from work item handler

2012-03-08 Thread Swindells, Thomas
Within a work item, if you need to signal an event how would you do it? From a rules task you have access to the kcontext but generically this isn't available. Thanks, Thomas

Re: [rules-users] Raising event signal from work item handler

2012-03-08 Thread Mauricio Salatino
Do you mean a ksession.signalEvent()?? Usually the work item is considered an execution outside the process context, so are not supposed to access the process context from there. Can you explains us a little bit about your use case? 2012/3/8 Swindells, Thomas tswinde...@nds.com Within a work

Re: [rules-users] Raising event signal from work item handler

2012-03-08 Thread Swindells, Thomas
:48 To: Rules Users List Subject: Re: [rules-users] Raising event signal from work item handler Do you mean a ksession.signalEvent()?? Usually the work item is considered an execution outside the process context, so are not supposed to access the process context from there. Can you explains us