martinweiler opened a new issue, #1727: URL: https://github.com/apache/incubator-kie-issues/issues/1727
Add the following assert to the end of [IntermediateEventTest.testMultiInstanceLoopCharacteristicsTaskWithOutputCmpCondSequential](https://github.com/apache/incubator-kie-kogito-runtimes/blob/main/jbpm/jbpm-tests/src/test/java/org/jbpm/bpmn2/IntermediateEventTest.java#L2224): ``` assertThat(((String) instance.variables().getListOut().get(0))).isEqualTo("test"); ``` and the test shows that the variable is not mapped to the collection ouput variable: ``` expected: "test" but was: null ``` Note: This is also blocking the migration of the testMultiInstanceLoopCharacteristicsTaskWithOutputCompletionCondition2 test as mentioned in https://github.com/apache/incubator-kie-kogito-runtimes/pull/3682 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
