process-analytics / bpmn-layout-generators

Tools for generating missing BPMNDiagram elements in BPMN files
Apache License 2.0
34 stars 4 forks source link

[FEAT] support new csv format #64

Closed oanesini closed 3 years ago

oanesini commented 3 years ago
"","from","to","from_id","to_id","value"
"1","ARTIFICIAL_START","Start1",2,10,6
"2","Credit vacation available","Update vacation request status",3,11,2
"3","End1","ARTIFICIAL_END",4,1,2
"4","Gateway1","Send message to cancel request",5,9,6
"5","Gateway2","Get vacation available",6,8,6
"6","Gateway3","End1",7,4,2
"7","Get vacation available","ARTIFICIAL_END",8,1,4
"8","Get vacation available","Credit vacation available",8,3,2
"9","Send message to cancel request","Gateway2",9,6,6
"10","Start1","Gateway1",10,5,6
"11","Update vacation request status","Gateway3",11,7,2
baptistemesta commented 3 years ago

Finally, we keep 2 CSVs as it's easier to add a new field in the "node" csv