Skip to content

Instantly share code, notes, and snippets.

@jesuino
Created April 5, 2015 03:06
the kmodule from the bpm suite project of the workitemhandler sample
<kmodule xmlns="http://jboss.org/kie/6.0.0/kmodule" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<kbase name="mykbase" default="true" eventProcessingMode="stream" equalsBehavior="identity">
<ksession name="mykasession" type="stateful" default="true" clockType="realtime">
<workItemHandlers>
<workItemHandler type="org.jugvale.jbpm.workitemhandler.HelloWorkItemHandler" name="HelloWorkItemHandler"/>
</workItemHandlers>
</ksession>
</kbase>
</kmodule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment