How to get Current Desitnation Users

  • 14 May 2009
  • 1 reply
  • 0 views

Badge +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

Badge +8
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

Reply