Open smile2014 opened 7 years ago
Could you provide more details about the issue you are seeing and maybe add a screenshot?
This question is about the modeler, mainly through it after the release of the text can not display on the process definition, please repair the bug.Below is the problem description screenshots of the problem (Flowable Modeler)
??????@tijsrademakers
It doesn't really help to add a lot of questions marks to a post. Yes, you are right that this should be fixed. Maybe you can help with finding a solution for the issue?
Ok, you won, thank you.
BpmDisplayJsonConverter.java
protected void processElements(Collection
for (FlowElement element : elementList) {
// ignore data objects in visual representation
if (DataObject.class.isInstance(element)) {
continue;
} else if (element instanceof SequenceFlow) {
ObjectNode elementNode = objectMapper.createObjectNode();
SequenceFlow flow = (SequenceFlow) element;
elementNode.put("id", flow.getId());
elementNode.put("name", flow.getName()); -------
elementNode.put("type", "sequenceFlow");
elementNode.put("sourceRef", flow.getSourceRef());
Cannot display text on exclusive gateway connecting line