I am a newbie in Drools Flow. I tried your test case and it works after some
modification.
From my understanding,
ksession.getWorkItemManager().completeWorkItem(1,
null); is incorrect.
Persistent WorkItem Id depends on database primary key.
In my test case, i store workItem as instance variable and use its id to
invoke completeWorkItem(workItem.getId(), null)
--
View this message in context:
http://drools-java-rules-engine.46999.n3.nabble.com/Implementing-Timers-W...
Sent from the Drools - User mailing list archive at
Nabble.com.