Skip to content
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

EPIC - Drop legacy runtime and KieAssemblerService Drools integration #916

Open
elguardian opened this issue Feb 7, 2024 · 4 comments
Open
Assignees
Labels
area:engine Related to the runtime engines area:workflows Related to the general workflow engine

Comments

@elguardian
Copy link

elguardian commented Feb 7, 2024

Removing DROOLS jBPM Integration.pdf

At present kogito is based on the premise of a combination of code
generation based on a fluent interface. Nothing at kogito level uses
these parts of KieAssemblerService anymore.
This is causing not moving those test/guards for the functionality in
the new infrastructure causing a few problems:

  • Functionality loss because those tests are not using the new
    infrastructure of fluent interface and code generation.
  • Create the illusion that those tests are of any use for the current
    system and make the system weaker
  • making the functionality gaps less visible.

The proposal would do:

  1. remove the assembler services and relieve drools from the use of
    that infrastructure
  2. remove the old runtime that is only useful for these tests.

This should lead to:

  1. focus only in the fluent interface and codegen
  2. remove unused parts and make the system leaner
  3. identify all the missing parts at level functionality to reduce the gaps
  4. increase the level of guards at codegen level and fluent interface.

Test consolidation

v7 features migration

@elguardian
Copy link
Author

WIP
apache/incubator-kie-kogito-runtimes#3451

isolate for now the test.
Now working on moving those test to codegen

@elguardian
Copy link
Author

  • Test moved to another folder
  • creating now mojo to generate the code on those tests and it does not depend on kogito but jbpm only (jbpm-flow-builder)

@elguardian
Copy link
Author

  • maven plugin finished. now anything in src/main/bpmn will create an static executable process.

@elguardian
Copy link
Author

elguardian commented Apr 17, 2024

  • Identify some gaps between v7 and kogito functionality lost.

transformers
assignments
errors
associations
conditionals
collaboratins.

  • migrating test to new kogito runtimes.

@elguardian elguardian changed the title Drop legacy runtime and KieAssemblerService Drools integration EPIC - Drop legacy runtime and KieAssemblerService Drools integration Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:engine Related to the runtime engines area:workflows Related to the general workflow engine
Projects
Status: ⏳ In Progress
1 participant