work
This commit is contained in:
parent
aba53e4e7c
commit
288d3e4390
1 changed files with 7 additions and 5 deletions
|
|
@ -53,6 +53,8 @@ The sequence is
|
||||||
2. Insert B that is an attribute of A ,
|
2. Insert B that is an attribute of A ,
|
||||||
3. execute fireAllrules.
|
3. execute fireAllrules.
|
||||||
The JSON message will contain something like this :
|
The JSON message will contain something like this :
|
||||||
|
|
||||||
|
|
||||||
{ "commands":[
|
{ "commands":[
|
||||||
{
|
{
|
||||||
"insert":{
|
"insert":{
|
||||||
|
|
@ -98,7 +100,7 @@ To avoid this, another approach is :
|
||||||
3. the top class to expose.
|
3. the top class to expose.
|
||||||
In our Kie Platform our execution server exposes endpoint like this.
|
In our Kie Platform our execution server exposes endpoint like this.
|
||||||
## Missing features
|
## Missing features
|
||||||
### logging rule execution
|
### logging rule execution
|
||||||
The API proposed by drools allows the add callbacks to see what is happening in the engine during its execution.
|
The API proposed by drools allows the add callbacks to see what is happening in the engine during its execution.
|
||||||
For many business areas, traceability is key feature that is mandatory. Our platform is offering that functionality : traceability and storing of all execution request. Over the user interface, it is possible to get details of all rule executed, fact inserted/updated/retracted and rule flow executions.
|
For many business areas, traceability is key feature that is mandatory. Our platform is offering that functionality : traceability and storing of all execution request. Over the user interface, it is possible to get details of all rule executed, fact inserted/updated/retracted and rule flow executions.
|
||||||
### Logging deployment history
|
### Logging deployment history
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue