The workflow is assigned to a Forms Library and sends an email about
assigned task.
---------------------------------------------------------------------------------------
Task assigned by {account} on {date}
To complete this task:
Review {IPdocument}.xml.
Perform the specific activities required for this task.
Edit this task to mark the task as completed.
----------------------------------------------------------------------------------------
The link "Review {IPdocument}.xml" has the following format
http://sharepoint/SiteName/_layouts/FormServer.aspx?XmlLocation={Library}/{IPdocument}.xml
and this is wrong - when you click on it, you get an error message,
because: "The URL {Library}/{IPdocument}.xml is an unsupported
relative URL. Use an absolute URL or prefix with '~sitecollection',
for a site-collection-relative URL."
Any thoughts?
To reproduce this behavior, add a standard "Collect Feedback" as a
workflow and start it (the same issue for custom workflows in
VS.NET)... "Approval" workflow is working fine (the link is correct)