download Process model exception
Closed this issue · 1 comments
stormlong commented
When I download it, it encountered the following error
2024-09-26 15:51:13.670 WARN 13736 --- [nio-8080-exec-5] o.apache.coyote.http11.Http11Processor : The HTTP response header [Content-Disposition] with value [attachment; filename=员工请假流程.bpmn20.xml; filename*=UTF-8''%E5%91%98%E5%B7%A5%E8%AF%B7%E5%81%87%E6%B5%81%E7%A8%8B.bpmn20.xml] has been removed from the response because it is invalid
java.lang.IllegalArgumentException: The Unicode character [员] at code point [21,592] cannot be encoded as it is outside the permitted range of 0 to 255
at org.flowable.ui.modeler.rest.app.AbstractModelBpmnResource.generateBpmn20Xml(AbstractModelBpmnResource.java:95) [flowable-ui-modeler-rest-6.8.1.jar:6.8.1]
at org.flowable.ui.modeler.rest.app.AbstractModelBpmnResource.getProcessModelBpmn20Xml(AbstractModelBpmnResource.java:52) [flowable-ui-modeler-rest-6.8.1.jar:6.8.1]
at org.flowable.ui.modeler.rest.app.ModelBpmnResource.getProcessModelBpmn20Xml(ModelBpmnResource.java:35) [flowable-ui-modeler-rest-6.8.1.jar:6.8.1]
It seems that there is a problem here
using Flowable within Spring Boot
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-starter-ui-modeler</artifactId>
<version>6.8.1</version>
</dependency>
tijsrademakers commented
Hi, thank you for raising this issue, but the Flowable Modeler is not supported anymore in the Flowable open source project, therefore I'm closing this issue.