# OperationRecordStatus

Enum

Processing status of a single record (item) within an operation.

## Values

| Value | Description |
| --- | --- |
| `FAILED` | The item failed during processing. |
| `PENDING` | The item has not finished processing yet (not started, in progress, or retrying). |
| `SUCCEEDED` | The item was processed successfully. |
