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