ProcessVoid
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Process model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
process_id | str | ✅ | — | — |
updated_at | str | ❌ | — | — |
is_voided | bool | ❌ | True | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | DELETE /newtaskManager/process | — | src/process/process_void.py |
| API | PUT /newtaskManager/process/void | — | src/process/process_void.py |
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.