https://github.com/kmacedovarela/dmn-date-test
https://github.com/kmacedovarela/dmn-date-test
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kmacedovarela/dmn-date-test
- Owner: kmacedovarela
- Created: 2021-01-04T22:37:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T22:38:09.000Z (almost 5 years ago)
- Last Synced: 2025-07-05T14:00:36.296Z (3 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
- Deploy on Kie Server
- Run the following request (the following auth is for user kieserver, pass kieserver1!)curl --location --request POST 'http://localhost:8080/kie-server/services/rest/server/containers/DMNDateTest/dmn' \
--header 'Authorization: Basic a2llc2VydmVyOmtpZXNlcnZlcjEh' \
--header 'Content-Type: application/json' \
--data-raw '{
"model-namespace": "https://kiegroup.org/dmn/_3C63BA6B-725A-4FB3-ABCD-8C20C10E6019",
"model-name": "MyDecision",
"decision-name" : [ ],
"dmn-context" :
{
"birthDate": "2018-09-10"
}
}'