30 Fetching the PMF Dashboard Error Report
This API helps fetch all the error information for a process instance for one or multiple Process Instance IDs only when there is an error encountered during execution. The statuses can contain one or more values such as COMPLETED, RUNNING, CANCELLED, or FAILED. The error details are listed out for processes which are in FAILED or RUNNING statuses.
The error codes 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".