eSCHEDULER V3

    /*owl-carousel*/

eSCHEDULER V3

Most of the Customers using Oracle Fusion 11g are looking for scheduler components, which can trigger/run their BPEL Process. As Oracle Fusion does not have out of box scheduler, people started implementing their own schedulers using Java Proxy and Quartz. This gives unnecessary maintenance nightmare to the customers for each BPEL or Proxy they create they need to develop a separate scheduler, in order to change schedule, code needs be modified, build and deploy.

Features :
  •     Supports daily and weekly schedule configuration
  •     One can modify scheduler without any downtime
  •     Can invoke Synchronous, Asynchronous and one-way WebServices
  •     Track result from called WebService (sync or async)
  •     Send Success notification after executing job with details
  •     Sends Error notification if called service is not available
  •     New rich UI to configure and schedule jobs
  •     Ability to trigger jobs on ad-hoc basis
  •     New rich UI to track list of jobs executed
  •     New rich UI to track list of errors