-
Task
-
Resolution: Done
-
Major
-
None
current implementation is very fragile. cf:
Mapping | Process Variable | Rule Unit field | action |
---|---|---|---|
IN | scalar | scalar | assignment |
IN | scalar | data source | add to (i.e. insert into) data source |
IN | collection | data source | add (assignment would probably make more sense) |
OUT | scalar | scalar | assignment |
OUT | scalar | data source | get 1 value off the data source |
OUT | collection | data source | get 1 value off the data source (would probably make more sense to collect into the collection) |
add test cases and cover all situations
- is related to
-
KOGITO-489 Consider more explicit I/O mapping between rules and processes
- Closed