| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | ActionIntent UUID for tracking the lending action workflow. | |
| status | StatusEnum | Lifecycle status (e.g. CREATED, IN_PROGRESS, COMPLETED). |
| Name | Value |
|---|---|
| CREATED | "CREATED" |
| IN_PROGRESS | "IN_PROGRESS" |
| COMPLETED | "COMPLETED" |
| CANCELED | "CANCELED" |
| FAILED | "FAILED" |