gitgabrio opened a new issue, #1605:
URL: https://github.com/apache/incubator-kie-issues/issues/1605
There is an interesting issue, that once the DMN Runner (JIT Executor) start
to execute a DMN model, this model can be updated to be 'invalid', but the
runner keeps executing it as it would be a valid one.
Steps to reproduce
Start BAMOE Canvas with extended services running
Create simple DMN model
(Person Age: number) -> (Can Drive?: boolean), where 'Can Drive?' is a
literal expression: 'Person Age >= 18'
Execute such model with inputs: (Person Age: 15) and (Person Age: 30)
you will see correct results in the runner form on the right side
Now remove the edge between (Person Age) and (Can Drive?), the problem
tab will inform about a problem
Try again change the DMN Runner (Person Age) input, it will still
continue to evaluate the results [issue]
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]