There are 3 sections in the default SharePoint Workflow Status page (_layouts/WrkStat.aspx): Workflow Information, Tasks and Workflow History. I need to add another field (Comments) in the Tasks section. Initially I thought this is very easy and can be done by adding the field to the Workflow Task list and modifying a view in the list. Apparently it’s not that easy.
I added the Comments column into the Workflow Tasks list and included that field in all the views. But it will not reflect in the Workflow Status page (_layouts/WrkStat.aspx).
Is there any way to include an additional column in the Tasks view in this page?