Process
Version: v1.0.0
Stored entity
Partition key pk, sort key sk
Overview
Process Model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
updated_at | str | ✅ | — | — |
process_id | str | ✅ | — | — |
created_at | str | ✅ | — | — |
stages | List[Stage] | ✅ | — | — |
tenant_id | str | ✅ | — | — |
sk | str | ✅ | — | — |
order | float | ✅ | — | — |
is_voided | bool | ✅ | — | — |
pk | str | ✅ | — | — |
title | str | ✅ | — | — |
type | str | ✅ | — | — |
Embedded models
Models embedded in the fields above — shown inline; they have no separate page.
Stage — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
title | str | ✅ | — | — |
stage_id | str | ✅ | — | — |
order | float | ✅ | — | — |
Change history
v1.0.0· 2025-03-16 · Cian (shared account) · Initial version. (feca668a3)
APIs / Triggers
No API or event interacts with this object directly.
Change history
v1.0.0 · 2025-03-16 · Cian (shared account) · feca668a3
models
- Initial version.
Generated from
dismantly-backend/Microservices/TaskManager/dependencies/models.py. Do not edit by hand.