I attached a boundary timer event to my call activity and Embedded sub process. Event is created, call activity/embedded sub process is cancelled. The problem is that result parameter mappings are not performed. I understand that it may be considered a desired behavior as activity was cancelled. But it is not always the case.
I, and I'm probably not the only one, would like to check the state of embedded subprocess when it was interruped. It can be not possible with call activity but embedded subprocesses should definetly allow for that. Is there a way to solve my problem?