-
Notifications
You must be signed in to change notification settings - Fork 1
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
Migrate process test migration from v7 legacy runtime to code generation #1131
Closed
elguardian opened this issue
Apr 29, 2024
· 0 comments
· Fixed by apache/incubator-kie-kogito-runtimes#3559, apache/incubator-kie-kogito-runtimes#3545, apache/incubator-kie-kogito-runtimes#3593, apache/incubator-kie-kogito-runtimes#3596 or apache/incubator-kie-kogito-runtimes#3597
Closed
Migrate process test migration from v7 legacy runtime to code generation #1131
elguardian opened this issue
Apr 29, 2024
· 0 comments
· Fixed by apache/incubator-kie-kogito-runtimes#3559, apache/incubator-kie-kogito-runtimes#3545, apache/incubator-kie-kogito-runtimes#3593, apache/incubator-kie-kogito-runtimes#3596 or apache/incubator-kie-kogito-runtimes#3597
Labels
area:bpmn
Related to BPMN
area:engine
Related to the runtime engines
area:tests
Related to automated tests of any kind
Comments
elguardian
added
area:bpmn
Related to BPMN
area:tests
Related to automated tests of any kind
area:engine
Related to the runtime engines
labels
Apr 29, 2024
This was referenced May 10, 2024
This was referenced Jun 7, 2024
This was referenced Jul 26, 2024
This was referenced Aug 7, 2024
This was referenced Aug 15, 2024
This was referenced Aug 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area:bpmn
Related to BPMN
area:engine
Related to the runtime engines
area:tests
Related to automated tests of any kind
At this point some of the bpmn can be compiled. This test right now are using legacy v7 Kie session.
The idea is to migrate those to code generation
Those test can be told by
https://github.com/apache/incubator-kie-kogito-runtimes/blob/main/jbpm/jbpm-tests/src/test/java/org/jbpm/bpmn2/ActivityTest.java
where the bpmn is in the folder src/test/bpmn
https://github.com/apache/incubator-kie-kogito-runtimes/blob/main/jbpm/jbpm-tests/src/test/java/org/jbpm/bpmn2/ActivityTest.java#L103
an example of migration is
https://github.com/apache/incubator-kie-kogito-runtimes/blob/main/jbpm/jbpm-tests/src/test/java/org/jbpm/bpmn2/ResourceTest.java#L37
The text was updated successfully, but these errors were encountered: