Skip to main content

TaskManager — Data Models

info

Auto-generated from dismantly-backend/Microservices/TaskManager/dependencies/models.py. Do not edit by hand.

Interaction map

How the APIs and events in this service read and write its objects, and how changes flow downstream.

tip

Click an object box (e.g. the CONTACT cylinder) to open its page, or a handler box to view its source on GitHub. Drag to pan, scroll to zoom, or use the Fullscreen button.

Stored Objects (Entities)

ObjectDiscriminatorVersion
Processv1.0.0
ProcessModelv1.0.0
TaskModelv1.0.0

Supporting Models

ObjectVersion
ProcessCreatev1.0.0
ProcessUpdatev1.0.0
ProcessVoidv1.0.0
StageCreatev1.0.0
StageDeletev1.0.0
StageModelv1.0.0
StageUpdatev1.0.0
TaskCreatev1.0.0
TaskDeletev1.0.0
TaskUpdatev1.0.0
TaskUpdateStagev1.0.0

API Surface

Every endpoint and event in this service, with the model(s) it uses.

TriggerEndpoint / SourceHandlerModel(s)
APIGET /newtaskManager/processsrc/process/process_get.py
APIPOST /newtaskManager/processsrc/process/process_post.pyProcessCreate, ProcessModel
APIPUT /newtaskManager/processsrc/process/process_put.pyProcessUpdate
APIDELETE /newtaskManager/processsrc/process/process_void.pyProcessVoid
APIPUT /newtaskManager/process/voidsrc/process/process_void.pyProcessVoid
APIDELETE /newtaskManager/stagesrc/stage/stage_delete.pyStageDelete
APIPOST /newtaskManager/stagesrc/stage/stage_post.pyStageCreate
APIPUT /newtaskManager/stagesrc/stage/stage_put.pyStageUpdate
APIDELETE /newtaskManager/tasksrc/task/task_delete.pyTaskDelete
APIGET /newtaskManager/tasksrc/task/task_get.py
StreamDynamoDB streamsrc/task/task_opensearch_sync.py
APIPOST /newtaskManager/tasksrc/task/task_post.pyTaskCreate, TaskModel
APIPUT /newtaskManager/tasksrc/task/task_put.pyTaskUpdate
APIPUT /newtaskManager/task/changeStagesrc/task/task_put_stage.pyTaskUpdateStage
Models last synced: 2026-06-23 13:21 UTC