zemion cd59137d4c fix(ui): align workflow and inspector semantic help
Verified with the coordinated workspace changes by devkit full run
2026-09-08T225814-186389-0000-3e3ed7cd (all seven phases passed).
This shared UI pass does not mark the individual module reviews complete.
2026-09-09 02:04:29 +02:00
2026-07-10 21:57:29 +02:00

GovOPlaN Workflow

Repository type: module (platform).

Optional visual authoring and inspection workspace for GovOPlaN Workflow Engine.

This module owns the Workflow catalogue, native BPMN/graph editor, validation and activation UI, immutable revision inspection, instance controls, and the governed module-standard compare/override/reset experience. The headless govoplan-workflow-engine package owns persistence, migrations, API routes, runtime services, and module integration contracts.

For one compatibility release, Python imports below govoplan_workflow.backend re-export their corresponding Workflow Engine implementations. New module code must use Core's workflow.* capabilities or, for engine implementation code, govoplan_workflow_engine directly.

See the engine/editor split for the durable ownership boundary. See the module concept and BPMN interoperability contract for the shared model retained by Workflow Engine. The editor route, graph, decision, state, and accessibility mapping is recorded in the interface pattern audit.

Checks

/mnt/DATA/git/govoplan/.venv/bin/python -m unittest discover -s tests
cd webui && npm run typecheck
cd webui && npm run test:interface-pattern

Git-source WebUI package

The repository root exposes @govoplan/workflow-webui for Git-tagged release dependencies. It mirrors the owning webui/package.json version, public TypeScript/CSS exports and peer requirements, with entry paths under webui/src. Consumers provide the shared Core/React peers; the facade runs no development or install scripts. The source archive contains webui/src, this README and any repository license file. Run module development checks from webui/; Python installation remains governed by pyproject.toml.

Das Repository stellt @govoplan/workflow-webui am Wurzelpfad für versionierte Git-Abhängigkeiten bereit. Version, öffentliche TypeScript-/CSS-Exporte und Peer-Anforderungen entsprechen webui/package.json; die Einstiegspfade liegen unter webui/src. Gemeinsame Core-/React-Peers stellt die einbindende Anwendung bereit. Die Fassade führt keine Entwicklungs- oder Installationsskripte aus. Entwicklungsprüfungen bleiben in webui/, die Python-Installation weiterhin in pyproject.toml definiert.

S
Description
GovOPlaN workflow module for workflow definitions, process execution, states, transitions, tasks, and cross-module orchestration.
Readme
469 KiB
Languages
TypeScript 49.5%
Python 44.2%
CSS 5.7%
JavaScript 0.6%