Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

After my workflow starts, in one column of the record it shows my workflow status as a link (ex: In progress,complete). When I click this link it takes me to another page with the workflow history and details.

I want to edit this page and delete some links of this page to simplify it.

For example, I want to delete "Update active tasks of 'My Work flow name' " and I don't want to show workflow history.

How can I do this?

share|improve this question
Please add comments to the answer instead of making a new answer – Anders Rask May 14 '11 at 7:53

1 Answer

You can make a copy of WrkStat.aspx and modify it to look the way you want. Then, workflow.xml has a StatusPageUrl node. You should put the name of your customized version of the workflow status page there.

share|improve this answer
where is workflow.xml file for edit it? – user3363 May 11 '11 at 12:41
I'm referring to the element manifest file in your workflow project in Visual Studio, which may be called Elements.xml. The xml file looks like: <Elements><Workflow>. . .</Workflow></Elements> – Laurie May 11 '11 at 15:16

protected by Community May 14 '11 at 7:52

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.