OIC – A Generic Invoke for Scheduled Jobs by Niall Commiskey
February 18, 2021 Leave a comment
The customer requirement is as follows – I need to run reports in ERP – format of the call is reportName and dateLastRun.
This information – reportName and dateLast Run – is stored in a DB table on Oracle ATP. Do I need to have 1 OIC scheduled job for each report? No – here is a simple example of implementing such. Here is the generic job executor – all it does is write to FTP.
Granted, doesn’t look like much, but this is where you would leverage the ERP adapter to kick off the execution of the report. Ok, now to the client – this will read from the DB, get the report name and date last run values.
It will then use the OIC REST api to submit the AA-Generic-Scheduler discussed above, passing the appropriate parameter values. Read the complete article here.
For regular information on Oracle PaaS become a member in the PaaS (Integration & Process) Partner Community please register here.
Blog
Twitter
LinkedIn
Facebook
Wiki
Technorati Tags: SOA Community,Oracle SOA,Oracle BPM,OPN,Jürgen Kress