Tagged Questions
0
votes
2answers
692 views
why my sharepoint workflow always stop when i use this code?
I need to find an user in a list to set the assignedto task property, these informations are in a list. So i use this method :
public static SPUser GetSPUser(SPListItem item, string key){
...