Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536.1K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
ADF BPM 12c Question

848013
Member Posts: 309 Bronze Badge
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