[jboss-jira] [JBoss JIRA] (DROOLS-3468) [DMN Editor] Support Decision Service invocation
Jozef Marko (Jira)
issues at jboss.org
Wed Jan 2 09:02:00 EST 2019
[ https://issues.jboss.org/browse/DROOLS-3468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jozef Marko updated DROOLS-3468:
--------------------------------
Description:
User is not able to model a DMN model where he declare a Decision service and invoke this Decision Service from other node, because the Decision Service node doesn't allow any incoming nor outgoing connections.
h2. Acceptance criteria
- Import attached model *a1*
- Connect *mood* decision service and *Decision-1* decision node
- Deploy the model
- Try to evaluate model via a rest call
- Check the output json doesn't contain [1]
[1]
```
{"dmn-message-severity" : "ERROR",
"message" : "Function 'mood' not found. Invocation failed on node 'Decision-1'",
"message-type" : "REQ_NOT_FOUND"}
```
was:
User is not able to model a DMN model where he declare a Decision service and invoke this Decision Service from other node, because the Decision Service node doesn't allow any incoming nor outgoing connections.
h2. Acceptance criteria
- Import attached model *a1*
- Connect *mood* decision service and *Decision-1* decision node
- Deploy the model
- Try to evaluate model via a rest call
- Check the output json doesn't contain [1]
[1]
```json
{"dmn-message-severity" : "ERROR",
"message" : "Function 'mood' not found. Invocation failed on node 'Decision-1'",
"message-type" : "REQ_NOT_FOUND"}
```
> [DMN Editor] Support Decision Service invocation
> ------------------------------------------------
>
> Key: DROOLS-3468
> URL: https://issues.jboss.org/browse/DROOLS-3468
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.16.0.Final
> Reporter: Jozef Marko
> Assignee: Michael Anstis
> Priority: Blocker
> Labels: drools-tools
> Attachments: a1 (1).dmn
>
>
> User is not able to model a DMN model where he declare a Decision service and invoke this Decision Service from other node, because the Decision Service node doesn't allow any incoming nor outgoing connections.
> h2. Acceptance criteria
> - Import attached model *a1*
> - Connect *mood* decision service and *Decision-1* decision node
> - Deploy the model
> - Try to evaluate model via a rest call
> - Check the output json doesn't contain [1]
> [1]
> ```
> {"dmn-message-severity" : "ERROR",
> "message" : "Function 'mood' not found. Invocation failed on node 'Decision-1'",
> "message-type" : "REQ_NOT_FOUND"}
> ```
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the jboss-jira
mailing list