Why would Request Approval step not redirect to ApproveReject.aspx page?

  • 17 February 2017
  • 1 reply
  • 55 views

Badge +1

We have migrated from SharePoint 2010 to SharePoint 2013 and the "Request Approval" step - which works in 2010 - notification email now directs users to the actual Nintex Flexi-Task instead of the ApproveReject.aspx page/view. In addition we have noticed that the Request Approval task email notification no longer says "Click here to approve or reject" or "Click here to complete request". Instead it says, "Click here to add comments".

The "Assign Flex-Task" step seems to work just fine, however.

Looking at the html for the email notifications all instances refer to reflink="{Common:ApprovalUrl}" for the here link. Additionally, this does not seem to occur on other site collection migrated workflows.

@Chand Karuturi and @Shakti Mishra had the same question but I do not see any response to them. Please help. 


1 reply

Badge +1

@Chand Karuturi solution:

I got this issue resolved, I have used the nwadmin SetTaskForm operation to fix the connection problem between taskform and the content type.

 

I have run the following command in SharePoint management shell in the web front end server.

 

NWAdmin.exe -o SetTaskForm -siteUrl "your site/site collection" -contentType "Nintex Workflow Task" -taskformUrl "_layouts/nintexworkflow/ApproveReject.aspx" -updatechildren Yes

Reply