Can I compensate unfinished task?

Assuming I have a task A executing, and a interrupting timer event attached to it is triggered. Can I in that timer flow throw a compesation event to reverse everything done untill now in task A?

I want to be able to delete everything done in task A when the time expires.

Hi @Aida_Prata,

The compensation handler gets executed for only activities completed successfully.