Skip to content

Bimi1804/DECLARE_to_CMMN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

DECLARE to CMMN Converter

Code for Business Process Analytics course

Creator: Markus Bimassl

This code is for the course "0822 - Business Process Analytics" at Wu Vienna in the winter semester 2021/2022.

The code takes a DECLARE model as .decl and outputs a CMMN model as .cmmn The script was tested with RuM (as the source of .decl) and Camunda v3.6 (as the editor for the .cmmn)

Files:

  • DECL_to_CMMN.py : The actual script that takes the content from "input.decl" and writes to "output.cmmn"
  • input.decl : Store the code for the DECLARE model that you want to transform
  • output.cmmn : The resulting code for the CMMN model is written to this file
  • xml_components.py : Some static components of the .cmmn that are imported into "ECL_to_CMMN.py"

About

DECLARE to CMMN converter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages