Solved

Permission error reassigning task

  • 30 October 2018
  • 5 replies
  • 2 views

In my workflow on the server, I am calling Task.RedirectWorklistItem. That is causing the following error:

 

User: K2:domaink2adminuser does not have administrator rights; ServiceName: K2_Management

 

k2adminuser is the user that K2 is installed and running as. It has admin rights on all of the workflows within this process. It is able to execute K2 Management smart object calls from within the smart object tester. 

icon

Best answer by ajo 31 October 2018, 07:53

View original

5 replies

Badge +12

Hi Peteaxtell1, 


 


Will it be possible to confirm if the user is part of the Security Administrators role as per below: 


 



 


Please do kindly confirm this.


 


Kind regards, 


 


Perc


 

In version 4.7, there isn't a default role called 'Security Administrators'. Only OAuth Notifications. If I go to Workflow Server > Server Rights, the user has admin in there.

Userlevel 5
Badge +13

Please check if this user is an admin on each of your workflow processes

Badge +12

Hi,

Are you using variables to map the input properties when you call the RedirectWorklistItem method from your workflow? Please verify if the input values passed to the workflow are valid. I've encountered a case wherein invalid input properties to this SmartObject method would result to the same error.

That was exactly it. Thank you.

Reply