Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Update task assignee using BPM Rest API

edited Feb 20, 2024 8:02AM in Fusion Applications Administration 3 comments

Summary:

I want to update task assignee using this REST Endpoint "https://xxxxxxxxx.oraclecloud.com/bpm/api/4.0/tasks/{id}".

Content (please ensure you mask any confidential information):

I am getting this error.


Version (include the version you are using, if applicable):


Code Snippet (add any code snippets that support your topic, if applicable):

Request Payload:

{

    "action": {

        "id": "REASSIGN"

    },

    "assignees":[

        {

            "id":"Dummy User",

            "type":"user"

        }

    ]

}

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!