Skip to main content
Nintex Community Menu Bar

Destination Users

  • October 9, 2006
  • 1 reply
  • 3 views

Forum|alt.badge.img+1
How do i get the destination user for a particular activity in my start rule for that activity??

Regards,
Raghavendra Nayak

1 reply

Forum|alt.badge.img+8
  • October 17, 2006
The rules on an activity are processed in a specific order. The sequence is Preceding rule, start rule and then the destination rule, which implies that the code within the start rule will not be able to see the destination users for the specific activity instance, since the destination rule's code has not executed yet.

Could you perhaps explain what you are trying to do in the start rule and why this requires you to determine the destination users?