CHILI GraFx Environment API update
Improvements
- Reporting the successful amount of records (Batch Output and Single Output Flow).
- Introduced new Task status "Error", which is used for "Internal" errors.
Successful records
An example of the property reporting the amount of successful records processed.
{
"id":"67838f82-09d6-48ad-baeb-**********",
"name":"Taskname",
"dateCreated":"2026-07-26T00:00:00",
"dateProcessed":"2026-07-26T00:00:00",
"format":0,
"totalRecords":10657,
// New property
"successfulRecords":10657,
"status":0,
"source":0,
"owner":"Ulrich",
"outputAvailable":true
}
Internal error
An Internal Error indicates that something went wrong on our side and isn’t related to your document. If this issue continues, please reach out by creating a support ticket, and our team will look into it for you.
For example, an internal error could happen due to a temporary connection issue with an external system.”