yesamer commented on issue #1363: URL: https://github.com/apache/incubator-kie-issues/issues/1363#issuecomment-2706429838
This occurs with RULE-based scesim only. The point is, `LoanApplication` is assigned to both GIVEN and EXPECT. In DMN-based scesim, a Data Type can be assigned one time only, which means if you assign a DataObject in the GIVEN, it can't be assigned again in the EXPECT. In RULE-based scesim, that is possible. Currently, the new Test Scenario Editor always works with the DMN-based logic. To fix it, we should implement a different logic for the RULE-based scesim -- 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]
