Hi all,
I might be a little unclear.
I'm trying to create a custom work item handler that can react on external events. Nodes that are going to use that custom work item handler are going to be chained and need to respond to changes on a daily bases (eg. from a batch job).
I'd like to have a work item handler with method executeWorkItem() that can be triggered multiple times from an external signal, for example.
Is it possible to do in custom work item handler at all?
Thanks,
Miljenko