Skip to main content
Nintex Community Menu Bar

Cannot Find currently acting user in workflow activities

  • December 23, 2016
  • 0 replies
  • 5 views

Forum|alt.badge.img+7


 

Symptoms


I cannot find a way to get the currently acting user in the workflow context. I want to refer the currently acting user name in theemail notification, but could not find any method or function to get that value. Please let me know how to achieve this.
 

Diagnoses


N/A
 

Resolution

We were able to get the user acting on the client task and returning its user account by using the Activity Instance Destination smart object (passing in the process ID and Final Action". We then use the UMUser SmartObject Get User Details method to return the Display Name of the user by inputting the FQN as AAD:user@email.com format.
System > Management > UserManagement > SmartObjects > UMUser