Skip to Content
0
Former Member
Sep 10, 2007 at 03:24 PM

Remove runtime defined user

14 Views

Hello,

How can I remove runtime defined user from my task.

I tried it in a BCO with the GP API:

IGPProcessRoleInstance processRoleInstance = executionContext.getProcessRoleInstance();

processRoleInstance.removeUser(myUser);

I also tried the removeRuntimeDefinedUser()-Method, but it doesn’t work either. (had no exceptions). Anyone an idea how to remove one of my users?

Regards Robert