[APEX 24.1 on-prem]
Hello, I have an approval task with 3 parameters.
The Potential Owner of the tasks is one and always one so, when the task is created, it should become the Actual Owner.
A check on the APEX_TASKS view confirms this.
To set the the task parameters I use the apex_approval.set_task_parameter_values function.
The operation fails with the error: APEX.TASK.SET_TASK_PARAMS_NOT_AUTHORIZED.
Any suggestion on what to check is greatly appreciated.
AB