-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parent Child Process - Child process not in data index #1672
Comments
@nmirasch @cristianonicolai
|
Thanks @cristianonicolai on the details on how to get parent/child relation on parent domain. Can we have a enhancement so the child process shows up in its domain which is currently not being done. |
@cristianonicolai @nmirasch can this be picked up anytime soon? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Referred in Jira KOGITO-8852
Hi Team,
I am trying to use reuseable subprocess. So SampleParent calls SampleChild.
Only sample variables of Boolean type a and b added for testing.
When the same is triggered no SampleChild is persisted in SampleChild_domain collection.
Need to know what am I doing wrong in this.
Or if this is a bug to fix in data index.
PARENT PROCESS SAMPLE
CHILD PROCESS SAMPLE
Logs
Starting workflow 'sampleParent' (83c96e1e-46aa-4003-8da5-9d2e10b62054)
I can clearly see the same in runtime engine that both Child and Parent process completed.
in processinstances collection both processes are captured.
Expected behavior
both sampleParent and sampleChild to be in dataindex if its spin off from the withing sampleParent then parentprocessinstanceid to be populated with the value.
Actual behavior
child is not persisted in domain.
How to Reproduce?
No response
Output of
uname -a
orver
Darwin Mac-mini.local 22.2.0 Darwin Kernel Version 22.2.0: Fri Nov 11 02:04:44 PST 2022; root:xnu-8792.61.2~4/RELEASE_ARM64_T8103 arm64
Output of
java -version
openjdk version "19.0.1" 2022-10-18 OpenJDK Runtime Environment GraalVM CE 22.3.0 (build 19.0.1+10-jvmci-22.3-b08) OpenJDK 64-Bit Server VM GraalVM CE 22.3.0 (build 19.0.1+10-jvmci-22.3-b08, mixed mode, sharing)
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)
1.35.0.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) Maven home: /opt/apache-maven-3.8.6 Java version: 19.0.1, vendor: GraalVM Community, runtime: /Library/Java/JavaVirtualMachines/graalvm-ce-java19-22.3.0/Contents/Home Default locale: en_IN, platform encoding: UTF-8 OS name: "mac os x", version: "13.1", arch: "aarch64", family: "mac"
Additional information
No response
The text was updated successfully, but these errors were encountered: