Hi Tihomir,
thanks for the tip, but that's exactly I'm trying to avoid, because I'm going to have a lot of my custom "waiting work items" (e.g. wait 1 day, then do something, wait next 5 days, do something else, wait next 10 days etc), and for each of them I'll have a separate intermediate event to trigger it.
Ideally, I'd like my custom work item handler to be able to respond to a signal event, giving me ultimate control over my custom work items and minimizing number of nodes. Does anybody know is there a way to "connect" custom work item with a intermediate signal, so that when I call signalEvent(), my custom work item handler's executeWorkItem() method is called?
I'm still a newbie in BPMN, so please pardon if the question is stupid.
Thanks,
Miljenko