How to update a Human Task payload using the REST API
(Doc ID 2199654.1)
Last updated on AUGUST 16, 2024
Applies to:
Oracle Business Process Management Suite - Version 12.2.1.0.0 and laterInformation in this document applies to any platform.
Goal
Using the following REST 3.0 API as per documentation: https://docs.oracle.com/middleware/12211/bpm/bpm-rest-api-ref/SendRequests.html
GET /tasks/{id}/summaryField, works fine and returns data successfully, however, if POST /tasks/{id}/summaryField is executed for a task with no errors, GET /tasks/{id}/summaryField for the same task does NOT return updated value and still return old values only.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |