Execution listeners listening on end for a compensation handler cannot access execution-local variables anymore.
Reason:
- the execution is removed (which triggers variable deletion) before the end listener is invoked
- should be the other way round
Execution listeners listening on end for a compensation handler cannot access execution-local variables anymore.
Reason: