Workflow logging SharePoint
You want to know if your workflow succeeded? Just add Workflow%20History at the end of your list or library URL. For example:
http://[servername]/[sitename]/lists/Workflow%20History.
You will then be able to see:
http://[servername]/[sitename]/lists/Workflow%20History.
You will then be able to see:
- The status of the workflow
 - The logging of the workflow
 - Date
 - Time it took
 - User-Id
 
It can be very useful when trying to find out what is going wrong with the workflow. 
Comments
Post a Comment