It's possible to retrigger or send signal like 'retry', 'repeat' workItemHandler in jBPM's process ?
I have process with some workItemHandler and some of them throw exception and I use SignallingTaskHandlerDecorator for wrap exception and send signal for 'ErrorHandling' subProcess.
From a subProcess I want to reinvoke workItemHandler's executeWorkItem method.
I found class which can help new DefaultWorkItemManager().retryWorkItem(workItemID) but I have problem with create instance of DefaultWorkItemManger in WorkItemHandler class.