| runId | UUID | Reference to the failed Run | [optional] |
| executionId | UUID | Reference to the WorkflowExecution | [optional] |
| taskId | UUID | Reference to the Task | [optional] |
| failureReason | String | Detailed failure reason message | [optional] |
| failureType | FailureTypeEnum | Classification of why the run was quarantined | [optional] |
| originalInputs | String | JSON snapshot of inputs for replay | [optional] |
| originalConfig | String | JSON snapshot of module config at time of failure | [optional] |
| quarantinedAt | OffsetDateTime | When the run was moved to DLQ | [optional] |
| reviewedBy | UUID | Principal ID who reviewed this entry | [optional] |
| resolution | ResolutionEnum | Resolution status | [optional] |
| resolvedAt | OffsetDateTime | When the DLQ entry was resolved | [optional] |
| notes | String | Operator notes about resolution | [optional] |
| requeuedAsRunId | UUID | ID of the new run created when this entry was requeued | [optional] |
| id | UUID | Unique identifier for object in the system | [optional] [readonly] |
| ownerId | UUID | UUID of owner of the object in the system | [optional] [readonly] |
| createdDate | OffsetDateTime | Date of object creation | [optional] [readonly] |
| keyHash | String | Data, including hash of the key(s) used to encrypt this record. | [optional] [readonly] |
| lastAccessedById | UUID | Last user to access object | [optional] [readonly] |
| lastAccessedDate | OffsetDateTime | Timestamp of last access of object | [optional] [readonly] |
| lastModifiedById | UUID | Unique identifier for user who last modifed the object in the system | [optional] [readonly] |
| lastModifiedDate | OffsetDateTime | Date of last object modification | [optional] [readonly] |