How to get the user email / account executing the workflow? I would like to use this info to assign a task to this user.
I didn’t find any variable (like in Environment) with this info.
If you are looking for current user logged in on the system, you can use System.Environment.UserName

