Skip to Main Content

Integration

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.

Using Oracle JET as the frontent for a BPM 12c Human Task (Problem using APIs)

Lucas DominatoJan 4 2019

Hi,

We are trying to develop a web application using Oracle JET to use as the front for a BPM 12c human task, to leverage the performance gains that these newer technologies bring.

Our main problem currently is doing updates to the human task data objects using the Oracle REST API. This API only allows access to the summary fields, and not the task's data objects.

To query the data objects, we encapsulated the SOAP API call (to TaskQueryService/getTaskDetailsById), returning a REST response to the web page. The problem we have is trying to do perform updates to the Data Objects, which this approach is not working.

Can we get some pointers as to the best way to accomplish this, or some documentation or successsful use cases we can leverage?

Thanks,

Lucas

Comments
Post Details
Added on Jan 4 2019
0 comments
566 views