Generate a deep link URL for the edit action (BPM Workflow Task)
We are using Oracle Fusion and have a requirement to display all BPM workflow notifications on a custom page, allowing users to approve or reject requests from the custom page instead of using the standard Bell icon or Worklist.
To achieve this, I tested the following API, which is working fine and returns the workflow notifications:
/hcmRestApi/resources/11.13.18.05/businessProcessNotifications
Now, instead of passing the approve/reject action directly through the API, we want to use the standard notification approval/rejection interface.
I found the following API, which is supposed to generate a deep link and redirect the user to the standard notification page where they can approve or reject the request:
0