]
Dan Cimpoesu commented on DROOLS-1270:
--------------------------------------
[~tirelli] I need to delete or update facts. Normally I would use GetFactHandlesCommand to
get a list of handles then I would iterate to find the relevant fact to delete or modify.
However the current list of supported commands does not include fact handle based
commands:
support fact handle operations for REST APIs on kie server
----------------------------------------------------------
Key: DROOLS-1270
URL:
https://issues.jboss.org/browse/DROOLS-1270
Project: Drools
Issue Type: Enhancement
Components: kie server
Affects Versions: 6.5.0.CR1
Environment: kie server
Reporter: Dan Cimpoesu
Assignee: Edson Tirelli
Fix For: 6.5.0.Final
Please support fact handle operations for REST APIs on kie server.
Fact handle operations are currently not supported in kie server as they usually bring
less value in rule based systems where most of the operations are stateless. Though they
do provide rather big value for processes integrated with rules.
Operations that require fact handles are:
- delete facts
- update facts