I Have a workflow with a multi insance service task and want to set an ExecutionListener on start event of it.
The question is that as I see there is no difference in the DelegateExecution instance that is passed to notify method, in multiple calls. how can I differentiate between multiple notify events?