I have a Sharepoint 2010 site. It contains a list. I have created a workflow that triggers when an item is added in that list. The workflow will start a Feedback process on the Current Item with some user. My queries are:
After doing some more digging, I found answers to my questions:
Publishing the Workflow makes the form appear in the Forms section of the corresponding workflow in SharePoint Designer 2010. From there one can click on that form and edit it in Infopath 2010.
When you open a form in Infopath 2010, click on Page Design tab and change the View from Main (default) to ReassignTask. This will show the template of the Reassign Task To form. Here one can simply remove the fields that allows an user to change the deadline.
Did not dig into this as the above solution solved my problem already.