I have a Content Query Web Part which I'm showing all pending approval tasks for approvers. The CQWP sits on a separate subsite to the tasks.
When the approver finishes their task, they are redirected, but it errors.
(I have removed main part of URL and left server relative URLs)
Here is the URL on the task form:
&wtg=/workflows/WorkflowTasks/Nintex%20Task%20Outcomes%201ce7e562-d212-4a9a-a53c-26b095ceea14&mode=1&callertype=Task&List=9a69b155-3f20-4edb-ac55-ddaea17951dd&ID=53&RootFolder=/workflows/WorkflowTasks&Source=/mytoolbox/Pages/leave.aspx&Web=8d89b807-8b2d-4760-a252-1017407b5a33
Here is the URL on redirect:
/mytoolbox/Pages/leave.aspx?RootFolder=%2fworkflows%2fWorkflowTasks
Here is the error:
No item exists at /mytoolbox/Pages/leave.aspx?RootFolder=/workflows/WorkflowTasks. It may have been deleted or renamed by another user.
I'm guessing the issue is the &RootFolder as it doesn't exist on the source site and there's no way to overwrite the root folder parameter?
Has anyone else come across this or have any suggestions?