Hi,
Users are getting following error after task completion on task page after submitting the task. This is happening intermitently.
"403 Access Denied. You dont have permission to view this page."
We are querying a task report and displaying Task list in an interface. User clicks on task link to get access to the task.
User accepts the task and submits the task. On Task submission, sometimes user gets this error. [Screenshot attached]
No errors in stdout logs.
Did anyone experienced this issue before ? If yes, whats the resolution.
Thanks.
Discussion posts and replies are publicly visible
To what url is the user navigated after submit?
User is navigating back to MyTasks page where we display the task list. We are using processtasklink() to display task link.
We do have activity chaining to DB node after the user task.
Maybe because the user does not have permission to view the task?
Check the process model security and task assignment.
User has permission to view the task. User is able to accept and submit the task. Error is displayed when user is redirected back to the active task list.
Process model security and task assignment are fine. User gets error after submitting the task.
Does the error occurs the first time the user accepts the task, or the user accept the task, reject it, and after accepting it again is when the error occurs?
Error occurs first time user accepts the task and submit it. Moreover the error is intermittent.