TaskCreate
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Task model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
task_id | str | ❌ | — | — |
item_type | str | ✅ | — | — |
item_display_id | str | ✅ | — | — |
title | str | ✅ | — | — |
assignee_id | str | ❌ | — | — |
due_date | str | ❌ | — | — |
description | str | ❌ | — | — |
priority | str | ❌ | — | — |
process_id | str | ✅ | — | — |
stage_id | str | ✅ | — | — |
assignee_name | str | ❌ | — | — |
is_archived | bool | ❌ | False | — |
in_final_stage | bool | ❌ | False | — |
created_at | str | ❌ | — | — |
updated_at | str | ❌ | — | — |
type | str | ❌ | TASK | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | POST /newtaskManager/task | — | src/task/task_post.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.