I am facing issue when I try to update due date of a particular task if I am the Business Administrator
As of now I am using a process to execute the due date of a particular task ,
1. Identification type → Human Task - Manage
2. Settings → Type → Set Due Date
3. Task ID Item → Passing the Task ID of the current Task ID
4. Due Date Item → Passing the page item as date picker.
APEX.TASK.SET_DUE_DATE_NOT_AUTHORIZED error is coming.
In my case the Business Administrator username is in uppercase . Secondly I am using Oracle APEX 24.1.7 version.
I being a Business Administrator can change the due date of a particular task. But as soon as I create a Workflow using task definition and trying to update the due date of the task then I am getting the error APEX.TASK.SET_DUE_DATE_NOT_AUTHORIZED. Please help SOS.