Kusuma04-dev opened a new pull request, #3706: URL: https://github.com/apache/incubator-kie-tools/pull/3706
closes https://github.com/apache/incubator-kie-tools/issues/3705, Root cause: When a user enables multi-instance mode on a Call Activity and then tries to assign a list variable to the Collection Input field, the assignment is silently ignored because the node has no I/O specification object at that point — and the properties panel code only wrote the variable mapping when one already existed. Fix: The properties panel was updated to automatically create the I/O specification if it is missing, so the variable assignment always goes through regardless of whether the node had one beforehand. -- 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]
