Enhanced ExecutionContext to keep track of the execution flow
This commit is contained in:
+6
-5
@@ -7,11 +7,12 @@
|
||||
|
||||
### Current supported types
|
||||
- E : events
|
||||
- O : object (with history management)
|
||||
- P : pickle
|
||||
- S : state
|
||||
- C : concept
|
||||
- D : concept definitions
|
||||
- J : Json object (with history management)
|
||||
- P : pickle (no history)
|
||||
- S : state (history, but not managed by the serializer )
|
||||
- C : concept (with history management)
|
||||
- D : concept definitions (no history management)
|
||||
- R : executionContext ('R' stands for Result or ReturnValue, no history management)
|
||||
|
||||
## How concepts are serialized ?
|
||||
- get the id of the concept
|
||||
|
||||
Reference in New Issue
Block a user