extremedevs opened a new issue, #4155: URL: https://github.com/apache/incubator-kie-kogito-runtimes/issues/4155
Hi Team, I encountered a strange issue: I declared a variable named **report** in a root process and tried to use it in an embedded subprocess. However, if this subprocess contains at least one local variable, I get the following error: > Cannot invoke "org.jbpm.process.core.context.variable.Variable.getType()" because "v" is null If the embedded subprocess has no local variables, it works as expected. Could you help me debug this or suggest a workaround? (I’m considering using an entry action to duplicate the data.) Thanks a lot, and happy holidays! -- 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]
