API for PMF Error Report
This API fetches all the error details of an event during execution. The error details are categorized as follows:
- WARNING - Anything that can potentially cause application oddities, but for which the application can automatically recover.
- ERROR - Any error which is fatal to the operation, but not the service or application (can't open a required file, missing data, etc.). For example, an error can be used in a scenario where a PMF activity perform 10 sub operations, out of which one failed and other 9 and over all activity is succeeded.
- FATAL - Any error that is forcing a failure of a PMF activity can be FATAL.
- FATAL-AUTOMATED - If the component is not sending any FATAL to PMF, the PMF will auto-generate a fatal message "Automated: <Activity ID> is Failed".
This API helps to fetch all the process information along with the activity status, events and error details of an event, detailing the cause of the event.
Steps to Enable
Review the REST service definition in the REST API guides to leverage (available from the Oracle Help Center > your apps service area of interest > APIs & Schema). If you are new to Oracle's REST services you may want to begin with the Quick Start section.