-
Task
-
Resolution: Done
-
Major
-
None
-
3
-
2020 Week 07-09 (from Feb 10)
Currently all data sources are mapped to JSON lists.
Singleton Data Sources should be mapped to single values.
i.e.
class MyData implements RuleUnitData { SingletonDataStore<String> x; }
then JSON request:
{
x: "my string"
}
instead of
{
x: [ "my string" ]
}
- blocks
-
KOGITO-895 Document/Blog post about declared types for rule units
- Closed