ProcessModel
Version: v1.0.0
Stored entity
Partition key pk, sort key sk
Overview
Process model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
pk | str | ✅ | — | — |
sk | str | ✅ | — | — |
type | str | ✅ | — | — |
tenant_id | str | ✅ | — | — |
created_at | str | ✅ | — | — |
updated_at | str | ✅ | — | — |
process_id | str | ✅ | — | — |
title | str | ✅ | — | — |
order | int | ✅ | — | — |
is_voided | bool | ✅ | — | — |
stages | List[Any] | ✅ | — | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | POST /newtaskManager/process | — | src/process/process_post.py |
| Stream | DynamoDB stream | table items where type = TASK | src/task/task_opensearch_sync.py |
| API | GET /newtaskManager/process | — | src/process/process_get.py |
| API | GET /newtaskManager/task | — | src/task/task_get.py |
Change history
v1.0.0 · 2025-03-15 · Olaniyi Ajayi · 338416124
fx
- Initial version.
Generated from
dismantly-backend/Microservices/TaskManager/dependencies/models.py. Do not edit by hand.