-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
7.2.0.GA
-
None
When calling the KIE server with a JSON file. The JSON passed in values are not validated at all.
For example passing in something like this:
{
"lookup": "itsession",
"commands" : [ {
"insert" : {
"object" : {
"org.jbpm.demo.Lease" :
{"leaseAgreementAmount": 99999.99}},
"out-identifier" : "lease",
"return-object" : true
}
}, {
"fire-all-rules" : { }
} ]
}
- is duplicated by
-
JBPM-7538 Generated Swagger Docs for KJAR fact input payloads
- Open