Delete Event for task not thrown

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

1 Like

Ok I tested with Camunda 7.6 and it seems to be fixed in 7.7.
My test works.

Maybe anyone who knows the bug jira ticket could add it to this thread.

Thanks,

Markus