Start rollback from Custom Incident Handler

Hi all,

I’ve got a flow with potential tech errors.
So I’ve added a custom Incident handler.
When a Java exception is thrown, the handler kicks in.
At this point I’d like to rollback whatever change was applied so far in my process, starting a rollback subprocess.

Is this possible?