You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the convertToXML method of BpmnXMLConverter to convert BpmnModel into an XML file, if the ServiceTask defines setCustoms Properties, the converted XML file has problems
#3977
Open
fuuhoo opened this issue
Oct 10, 2024
· 0 comments
Additional context
Add the version of Flowable that you are using, the database vendor and if you are using Flowable within Spring Boot, the Flowable Task application etc.
flowable:6.8.1
database:mysql-8.0
The text was updated successfully, but these errors were encountered:
Describe the bug
BpmnModel:
i got this wrong xml:
when i add another xtw.writeEndElement() in writeCustomProperties function ,ServiceTaskXMLConverter class,org.flowable.bpmn.converter package
I got xml that looks correct
Expected behavior
A clear and concise description of what you expected to happen.
Code
Additional context
Add the version of Flowable that you are using, the database vendor and if you are using Flowable within Spring Boot, the Flowable Task application etc.
flowable:6.8.1
database:mysql-8.0
The text was updated successfully, but these errors were encountered: