1
0

Adopt UAPF v2.0.0 cornerstone naming: .bpmn.xml/.dmn.xml -> .bpmn/.dmn

UAPF-specification v2.0.0 mandates OMG-standard cornerstone extensions.
Renamed cornerstone files and updated references in README / docs /
processgit.mcp.yaml. Content of the BPMN/DMN files is unchanged.
This commit is contained in:
2026-05-17 08:04:35 +00:00
parent c07c738ad8
commit f8b60b6107
6 changed files with 8 additions and 8 deletions

View File

@@ -14,15 +14,15 @@ server:
The process executes via UAPF-IP; see the /uapf-ip endpoint of this repo.
sources:
- path: "bpmn/iesnieguma-izskatisana.bpmn.xml"
- path: "bpmn/iesnieguma-izskatisana.bpmn"
type: "xml"
description: "BPMN - end-to-end complaint intake and triage flow"
- path: "dmn/classify-topic.dmn.xml"
- path: "dmn/classify-topic.dmn"
type: "xml"
description: "DMN - classifies the complaint topic"
- path: "dmn/determine-priority.dmn.xml"
- path: "dmn/determine-priority.dmn"
type: "xml"
description: "DMN - determines case priority"
- path: "dmn/route-to-department.dmn.xml"
- path: "dmn/route-to-department.dmn"
type: "xml"
description: "DMN - routes the case to the responsible department"