Skip to content

JTShuai/bpmn-process-analyzer-springboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bpmn-process-analyzer-springboot

Backend software with SpringBoot was written in 2021.

  1. Read bpmn diagram and generate all possible processes.
  2. Use a defined process to generate a bpmn file.

Example

A bpmn process diagram: Alt Text

Result:

"status": "OK",
"content": {
    "A-B-D-C-E-Y-X-G": "A-B-D-C-E-Y-X-G",
    "A-B-C-E-X-Y-D-G": "A-B-C-E-X-Y-D-G",
    "A-B-C-F-D-G": "A-B-C-F-D-G",
    "A-B-C-E-Y-X-D-G": "A-B-C-E-Y-X-D-G",
    "A-B-D-C-E-X-Y-G": "A-B-D-C-E-X-Y-G",
    "A-B-D-C-F-G": "A-B-D-C-F-G"
}

About

Read bpmn diagram and generate all possible processes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages