]
Edoardo Vacchi updated DROOLS-3577:
-----------------------------------
Sprint: 2019 Week 05-07
Lightweight (jBPM) runtimeimpl (alternative to kiesession)
----------------------------------------------------------
Key: DROOLS-3577
URL:
https://issues.jboss.org/browse/DROOLS-3577
Project: Drools
Issue Type: Task
Reporter: Edoardo Vacchi
Assignee: Edoardo Vacchi
Priority: Major
Labels: drools-core
This is an experimental, "investigation" task. The idea is to evaluate an
approach to build a lightweight session substitute for jBPM
Other points to take into account:
- we should move some of the internals to standalone services. Not every runtimeimpl
needs it's own instance of Calendars. WorkItemManager can probably be moved out too.
- revisit how jBPM uses Drools. we need to make rule usage lightweight, so it's only
a little harder than add a method; e.g. use canonical model directly etc