Skip to main content
Hi,

Is it possible to redirect worklist from one user group to another user group in K2.Net SP1a?
K2 ROM has a method for redirecting worklist which accept user as a parameter. MyK2WorklistItem.Redirect("Vijay").
Is there is a way to redirect to a group instead of a particular user?

Vijay
Firstly, an Active Directory group does not have sign-on abilities inside a Domain therefore the redirect attempt will be of no use.

The redirect method on the mentioned object was not designed to be account aware. It does not evaluate whether a group/user account has been passed in and therefore no ad-hoc resolving takes place.

The WorklistItem will then be assigned to your input :

'DomainGroupName'

The only solution to be able to re-access this item again would be by re-directing it once again out of the K2 Service Manager's Worklist area to a valid user-account.

Reply