I have a simple process wich, given some condition, reach a Terminate Evenet.
Te problem is that, when this happens, it tries to skip the pendig Tasks, but fail with this error message:
User '[User:'Administrator']' does not have permissions to execution operation 'Skip' on task xxxx
The task are not assigned to Administrator, since there are other users involved.
I havent created the user Administrator since it is already createn on the human task service database, and for now i am creating my process users adding them in the same table wich has worked fine so far..
What can be happening or this is normal and i am missing something?