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!

subprocess or webservice

848013Feb 4 2022

Hi
I am using BPM 12.2.1.4. I have a human task in my BPMN process with an ADF form generated based on this task.
My requirement is when a user open the ADF form, user has Approve, Reject and Validate actions in this form. I am good with Approve and Reject actions. My focus is on Validate action.
When user clicks on Validate button, i want to send the details from this ADF page to a PLSQL API and get the status back to the page to show if validation is successful or not. Like a pop up saying "Validated successfully" or "Validation Failed" realtime
I am checking if i can handle this using any subprocess in BPM rather than calling a PLSQL API using some code
Thanks
Lakshmi

Comments
Post Details
Added on Feb 4 2022
0 comments
182 views