Closed iharsuvorau closed 8 months ago
@david-chapela I'm checking now the updated SplitMiner tool. Perhaps, this is the source of error.
@iharsuvorau I think there are two things happening there:
bpmndi:BPMNDiagram
). I don't know if the other version of SplitMiner was creating this information with the coordinates of each node and arc, but without it, there's no visualization. I think these tools only depict what the coordinates say, so if there are no coordinates, they don't depict anything.Let me know if you find something different in the SplitMiner implementation we are using now (specially if the previous one was creating a visualization). If not, we can check and discuss how to solve this.
@david-chapela
@iharsuvorau
If we run
simod -c resources/config/configuration_one_shot.yml
, Simod produces the following BPMN XML file:xml
tag:<?xml version="1.0" encoding="UTF-8"?>
.Thus, https://prosimos.cloud.ut.ee can't preview the uploaded BPMN model if it comes from Simod.