Skip to main content
Nintex Community Menu Bar

How to get Current Desitnation Users

  • May 14, 2009
  • 1 reply
  • 4 views

Forum|alt.badge.img+6

 


We have an activity which can be approved by multiple approvers simultaneously. We also updating the sharepoint list to show on whom the activity is waiting on (Status). For example, Activity needs to approve by 5 people. So first we show all 5 People name in the share point list. If 2 out of 5 approved, then we will show the reamining approvers names because the activity is waiting on them.


So, How can i achieve above funcationality? 


Thanks

1 reply

Forum|alt.badge.img+8
  • May 18, 2009
K2.ActivityInstanceDestination.User will give u the user's name of that specific user(single thread in case of parallel activity). If u want to get all the parallel user then u need to iterate over Worklist.Slots