[jboss-jira] [JBoss JIRA] (DROOLS-1270) support fact handle operations for REST APIs on kie server

Dan Cimpoesu (JIRA) issues at jboss.org
Mon Sep 5 01:20:00 EDT 2016


    [ https://issues.jboss.org/browse/DROOLS-1270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13288430#comment-13288430 ] 

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: http://docs.jboss.org/drools/release/6.4.0.Final/drools-docs/html/ch22.html#d0e24762

The list of commands available in Java are here: https://github.com/droolsjbpm/drools/tree/master/drools-core/src/main/java/org/drools/core/command/runtime/rule


> 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



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list