How to create DMN -BPMN - Camunda Tutorial

Описание к видео How to create DMN -BPMN - Camunda Tutorial

This video is to understand DMN.

Below are the URI and JSON used in postman.

"http://localhost:8080/engine-rest/decision-definition/sample:2:aed5c31a-2ab3-11ec-b595-3c9180378db2/evaluate"

{
"variables" : {
"Day" : { "value" :"Monday", "type" : "String" },
"HeadCount" : { "value" : 2, "type" : "Integer" }
}
}

Комментарии

Информация по комментариям в разработке