Giter Club home page Giter Club logo

camunda-dmn-feel-1.2-example's People

Contributors

tasso94 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

camunda-dmn-feel-1.2-example's Issues

404 error on the endpoint POST /decision-definition/key/calc-credit-sum/evaluate

Hiya,

This is a very good article. When I am trying to follow the readme file by making a POST request to the endpoint
POST http://localhost:8080/decision-definition/key/calc-credit-sum/evaluate

{
"variables":{
"credit_history":{
"value":" [{"type":"personal-loan", "score": 505, "granted_sum": 1554.30}, {"type":"mortgage", "score": 931, "granted_sum": 600900.43}, {"type":"mortgage", "score": 754, "granted_sum": 210000.00}, {"type":"personal-loan", "score": 437, "granted_sum": 1900.44}]",
"type": "Json"
},
"credit_score":{
"value": 800
},
"credit_type":{
"value": "mortgage"
}
}
}

I am getting the following error.
{
"timestamp": "2021-01-13T13:59:38.543+0000",
"status": 404,
"error": "Not Found",
"message": "No message available",
"path": "/decision-definition/key/calc-credit-sum/evaluate"
}

I have used both the camunda version specified in the Readme as well as 7.14.0. What could be the problem?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.