Update KieStandardTooling.md

This commit is contained in:
Nicolas Héron 2020-10-22 18:58:29 +02:00 committed by GitHub
commit 36bb822588
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ The sequence is
3. execute fireAllrules. 3. execute fireAllrules.
The JSON message will contain something like this : The JSON message will contain something like this :
```json
{ "commands":[ { "commands":[
{ {
"insert":{ "insert":{
@ -80,7 +80,7 @@ The JSON message will contain something like this :
} }
] ]
} }
```
On the server side, On the server side,
1. instance A will be created with its attribute B and inserted to the working memory. This new A instance will be created with a B instance that is not inserted. 1. instance A will be created with its attribute B and inserted to the working memory. This new A instance will be created with a B instance that is not inserted.