TaskModel
Version: v1.0.0
Stored entity
Partition key pk, sort key sk
Overview
Task model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
pk | str | ✅ | — | — |
sk | str | ✅ | — | — |
type | str | ✅ | — | — |
tenant_id | str | ✅ | — | — |
created_at | str | ✅ | — | — |
updated_at | str | ✅ | — | — |
task_id | str | ✅ | — | — |
task_display_id | int | ✅ | — | — |
process_id | str | ✅ | — | — |
stage_id | str | ✅ | — | — |
is_archived | bool | ✅ | — | — |
in_final_stage | bool | ✅ | — | — |
title | str | ✅ | — | — |
assignee_name | str | ❌ | — | — |
assignee_id | str | ❌ | — | — |
item_type | str | ✅ | — | — |
item_id | str | ✅ | — | — |
item_display_id | str | ✅ | — | — |
due_date | str | ❌ | — | — |
priority | str | ❌ | — | — |
description | str | ❌ | — | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | POST /newtaskManager/task | — | src/task/task_post.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.