apache / incubator-kie-kogito-runtimes

Kogito Runtimes - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
http://kogito.kie.org
Apache License 2.0
491 stars 192 forks source link

Subflows are using the same worklowdata instance than parent flows #3513

Closed fjtirado closed 1 month ago

fjtirado commented 1 month ago

Describe the bug

This breaks proper encapuslation between parent and children subflow.

Expected behavior

Parent and children use different model instances

Actual behavior

Parent and children use the same instance

How to Reproduce?

No response

Output of uname -a or ver

No response

Output of java -version

No response

GraalVM version (if different from Java)

No response

Kogito version or git rev (or at least Quarkus version if you are using Kogito via Quarkus platform BOM)

No response

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

No response