Ashish Sinha [
https://community.jboss.org/people/imtuku] created the discussion
"retrieve list of workItemHandlers name from kSession?"
To view the discussion, visit:
https://community.jboss.org/message/748065#748065
--------------------------------------------------------------
Hi,
I am using JBPM 5+ with spring and want to know if there is any way to get workItemHandler
name using kSession.
Below is the xml setting of handler within kSession.
<bean class="AbcHandler" ref="abcHandler"/>
<drools:ksession id="kSession" type="stateful"
kbase="kBase">
<drools:configuration>
<drools:work-item-handlers>
<drools:work-item-handler name="AbcServiceTask"
ref="abcHandler"/>
</drools:work-item-handlers>
</drools:configuration>
</drools:ksession>
I believe there must be something
String[] handlers = kSession.getCongiguration().getWorkItemHandlers() ?
any idea?
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/748065#748065]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]