Need help with Oracle HCM Rest services (Manage Tasks) : Approving Tasks
Summary
I want to approve a HCM Task (owned by a user) using Tasks Rest APIContent
Hello,
I'm using newly released Oracle HCM tasks API (Documentation can be found here: https://docs.oracle.com/en/cloud/saas/applications-common/19a/farca/api-manage-tasks.html). My requirement is as below:
#1 Fetch all open tasks (assigned to all users in the company) using a generic service accounts
#2 Approve/Reject tasks using service account
I was able to implement #1 using ADMIN mode as specified in (https://docs.oracle.com/en/cloud/saas/applications-common/18c/farca/op-bpm-api-4.0-tasks-get.html) but not able to implement #2 as Oracle doesn't allow Task non-owner to approve/reject tasks. Oracle is suggesting to reassign task to a user and then approve it. I'm now trying to reassign using API (
Tagged:
1