Skip to Main Content

General Development Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Oracle Fusion REST API: Update task (withdraw, reassign etc)

splattJul 1 2024

Hi,

I'm trying to generate the body of a PUT to withdraw, re-assign etc a task in Fusion BPM as per: https://docs.oracle.com/en/cloud/saas/applications-common/24b/farca/op-bpm-api-4.0-tasks-id-put.html

Does anyone have any examples of how to construct the body? I am currently using this:

{"action":{"type":"WITHDRAW"}}

…and I get a message saying “"Identity service cannot get users when identities' size crosses limit Fix: verify server log to find the problem cause"”.

I don't believe I need to add anything else to the body to withdraw, but the documentation isn't very good. Ideally, I'd also like an example that re-assigns or escalates etc.

Thanks

Comments

Dwayne Miller Jan 14 2025

FYI… the stack trace shows this method as the one responsible for the exception, but not sure how it is trying to determine the local offset.

Oracle.DataAccess.Types.TimeStamp.GetLocalTZOffset()

1 - 1

Post Details

Added on Jul 1 2024
1 comment
630 views