ProcessCreate
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 |
|---|---|---|---|---|
title | str | ✅ | — | — |
order | int | ✅ | — | — |
time_zone | str | ✅ | — | — |
process_id | str | ❌ | — | — |
created_at | str | ❌ | — | — |
updated_at | str | ❌ | — | — |
stages | List[Any] | ❌ | — | — |
type | str | ❌ | TASK_MANAGER_PROCESS | — |
is_voided | bool | ❌ | False | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | POST /newtaskManager/process | — | src/process/process_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.