docs: define workflow engine and editor split

This commit is contained in:
2026-07-31 15:07:53 +02:00
parent f4974b4949
commit 484ac43352
3 changed files with 130 additions and 6 deletions
+6 -1
View File
@@ -4,7 +4,10 @@
**Repository type:** module (platform).
<!-- govoplan-repository-type:end -->
`govoplan-workflow` owns process orchestration for GovOPlaN.
`govoplan-workflow` currently owns process orchestration and its editor for
GovOPlaN. The accepted target separates the headless runtime into
`govoplan-workflow-engine`, while this module remains the optional authoring and
inspection interface.
The module should execute configurable state machines and command handoffs
between modules without importing their implementations. It coordinates cases,
@@ -52,3 +55,5 @@ operation providers are implemented.
See [docs/CONCEPT.md](docs/CONCEPT.md) for the complete module concept.
See [docs/BPMN_INTEROPERABILITY.md](docs/BPMN_INTEROPERABILITY.md) for the
notation, conformance, and adapter boundary.
See [docs/ENGINE_EDITOR_SPLIT.md](docs/ENGINE_EDITOR_SPLIT.md) for the accepted
runtime/editor extraction and module-owned workflow baseline model.