src/dazzle_back/runtime/process_manager.py¶
Generated: 2026-03-30T04:38:47.840467+00:00
Commit: 615f1354a103
Language: python
Scope: dazzle_back
Purpose¶
ProcessManager - Integrates process execution with DNR runtime.
This module connects ProcessSpec definitions from the AppSpec to the process adapter (EventBusProcessAdapter, CeleryProcessAdapter, or TemporalAdapter) and handles entity event triggers.
Key Exports¶
ProcessManagerinitializeshutdownon_entity_createdon_entity_updatedon_entity_deletedstart_processget_runlist_runscancel_processsignal_processget_tasklist_taskscomplete_taskreassign_taskget_process_specget_schedule_speclist_process_nameslist_schedule_namesregister_process
Dependencies¶
Imports¶
loggingtyping.Anydazzle.core.ir.appspec.AppSpecdazzle.core.ir.process.ProcessSpecdazzle.core.ir.process.ProcessTriggerKinddazzle.core.ir.process.ScheduleSpecdazzle.core.process.adapter.ProcessAdapterdazzle.core.process.adapter.ProcessRundazzle.core.process.adapter.ProcessStatusdazzle.core.process.adapter.ProcessTaskdazzle.core.process.adapter.TaskStatus
Event Interactions¶
None detected.
Invariants and Assumptions¶
No invariants documented.
Tests¶
tests/integration/test_runtime_e2e.pytests/integration/test_runtime_pipeline.pytests/unit/test_runtime_test_routes.pytests/unit/test_runtime_services.pytests/unit/test_runtime_mcp_tools.py
Notes¶
This page was automatically generated by tools/gen_reference_docs.py.