Skip to main content
Nintex Community Menu Bar

How to delegate worklistitem instance to other user?

  • June 2, 2006
  • 3 replies
  • 20 views

Forum|alt.badge.img+1
Hi,

How can someone who receives a K2 task delegate that task to another User? For example, user A recieves an item in his task list. User A opens the task item, which brings up a view on an asp.net form. User A can complete the task, or can fill in a username (User B) and click a 'delegate' button.

The task would be fully reassigned to User B and would disappear from User A's tasklist

Here, User A is in destination rule / queue and User B is a K2 user.

I am using K2.Net 2003 and ASP.net 1.1.


Any help would be greatly appreciated.

3 replies

Forum|alt.badge.img+11
  • Nintex Employee
  • June 2, 2006
Have you had a look at the normal K2.net 2003 Workspace's REDIRECT funtionality? A little icon at the top of the pane containing the worklist item itself.

Regards,
Ockert

Forum|alt.badge.img+1
Thanks Ockert for your quick response.

I also need to verify whether I would be able to delegate task to other user who is not in destination queue and destination rule using K2ROM APIs.

Can you please provide some help on this?

Thanks,

Paresh

Forum|alt.badge.img+11
  • Nintex Employee
  • June 2, 2006
Have a look at the Help file - specifically and the K2ROM and K2Mng object models.
The two methods you should look at is:
K2ROM.WorklistItem.Redirect; and
K2Mng.K2Manager.RedirectWorklistItem.

Regards,
Ockert