Created
April 5, 2015 03:06
the kmodule from the bpm suite project of the workitemhandler sample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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