https://github.com/bpmn-io/dmn-migrate
Migrate your DMN diagrams to the latest DMN version
https://github.com/bpmn-io/dmn-migrate
dmn migration
Last synced: 12 months ago
JSON representation
Migrate your DMN diagrams to the latest DMN version
- Host: GitHub
- URL: https://github.com/bpmn-io/dmn-migrate
- Owner: bpmn-io
- License: mit
- Created: 2020-01-09T09:54:00.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-05-05T09:56:17.000Z (about 1 year ago)
- Last Synced: 2025-06-17T13:05:42.784Z (12 months ago)
- Topics: dmn, migration
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@bpmn-io/dmn-migrate
- Size: 332 KB
- Stars: 5
- Watchers: 7
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bpmn-io - dmn-migrate - Migrate your DMN diagrams to the latest DMN version (Extensions)
README
# dmn-migrate
[](https://github.com/bpmn-io/dmn-migrate/actions?query=workflow%3ACI)
Migrate your DMN diagrams to the latest DMN version (currently __DMN 1.3__).
## Usage
```javascript
const { migrateDiagram } = require('@bpmn-io/dmn-migrate');
const migratedXML = await migrateDiagram(dmn11XML);
```
## See also
* [dmn-migrate-cli](https://github.com/bpmn-io/dmn-migrate-cli) - migrate your DMN diagrams from the command line
## License
MIT