Hi,
today I discovered that the trigger "OnFinishTask" isn't executed when the task is preempted. I believe that it isn't a software issue, but it is by design. Could someone explain the reason? I would suggest to execute "OnFinishTask" also when the task is preempted.
In my model I am logging all OnBeginTask and OnFinishTask and some record missing when the task is preempted.
I attached a very simple example to show the problem.