Hi,
I have a simple process with one UserTask which has one TaskListener registered for delete event.
When a process instance of this process exists also one instance of task exists.
When I delete the process instance synchronously everything works fine and TaskListener is called but when I delete it asynchronously, the TaskListener for delete event is not called.
In my opinion this is a bug because documentation states that delete event is always thrown before UserTask is removed from runtime data.
Any hints. Of course, if necessary I can add a simple test which proves this behaviour.
Best regards,
Markus