Questions tagged [kie-server]

95 questions
-1
votes
1 answer

empty cells check in rule-engine decision tables

I want to create a decision table with some empty cells. the auto-generated rule is like this. rule "Row 1 some name" enabled false salience -99 no-loop true dialect "mvel" when $p : Model1( name == "string" ) $output : Model2( model3Code==…
-1
votes
1 answer

How to call https from SpringBoot

From my Spring Boot application, I wanted to call Red Hat Decision Manager kie server rest API: String serverUrl = "https://server:host/services/rest/server"; String username = "username"; String password = "password"; But I am getting this…
Kinkar
  • 9
  • 4
-1
votes
1 answer

Kie Server BPM start process via REST

I am trying to start a hello-world process on the Kie server via REST, but with little luck any pointers would be of great help. I'm using kie workbench 6.2, kie server 6.2 in wildfly 8.1
gunsam
  • 11
  • 2
-1
votes
1 answer

How to use conditional logic ( or a NOT ! Operator) in a Drools Guided Rule?

All, Am using Drools Workbench 6.2.0.Final to declaratively create Guided Rules... My situation is something like this: Have a Loan Data Object with the following attributes: state - String amount - double interestRate - double message -…
PacificNW_Lover
  • 4,746
  • 31
  • 90
  • 144
-1
votes
1 answer

Is it possible to get insertLogical fact from REST or add custom REST url in drools 6.2?

I have a rule where in RHS I insertLogical another Fact. In Drools 6.2 we can deploy the rules in a container and then fire the rules on that container. When I run the POST request for fireAllRules(batch-execution), I can just get back the facts…
raj
  • 471
  • 1
  • 5
  • 12
1 2 3 4 5 6
7