-
Bug
-
Resolution: Obsolete
-
Major
-
7.22.0.Final
-
NEW
-
NEW
Old marshaller tests for Event and Multiple Instance sub-processes are failing:
- org.kie.workbench.common.stunner.bpmn.backend.service.diagram.marshalling.subprocesses.EventSubProcessTest.testMarshallTopLevelFilledPropertiesSubProcess()
- Process data is different before and after marshalling: "subVarString:String,subVarCustom:Custom,subVarBoolean:Boolean,subVarFloat:Float,subVarInteger:Integer,subVarObject:Object" vs "subVarString,subVarCustom,subVarBoolean,subVarFloat,subVarInteger,subVarObject"
- org.kie.workbench.common.stunner.bpmn.backend.service.diagram.marshalling.subprocesses.MultipleInstanceSubProcessTest.testMarshallTopLevelFilledPropertiesSubProcess()
- Process data is different before and after marshalling:
"subVarCustom:any.Custom,subVarBoolean:Boolean,subVarFloat:Float,subVarInteger:Integer,subVarObject:Object,subVarString:String" vs
"subVarCustom,subVarBoolean,subVarFloat,subVarInteger,subVarObject,subVarString"
- Process data is different before and after marshalling: