jomarko commented on code in PR #2868:
URL: 
https://github.com/apache/incubator-kie-tools/pull/2868#discussion_r1951098684


##########
packages/dmn-editor/src/DmnEditor.tsx:
##########
@@ -71,7 +71,10 @@ export type DmnEditorRef = {
   getCommands: () => Commands;
 };
 
-export type EvaluationResults = Record<string, any>;
+/**
+ * TODO we need to implement mapping  between 
(extended-services-api/src/dmnResult.ts) and ("success" | "failure")

Review Comment:
   @ljmotta done



##########
packages/dmn-editor/src/diagram/nodes/Nodes.tsx:
##########
@@ -402,6 +403,13 @@ export const DecisionNode = React.memo(
       );
     });
 
+    const isEvaluationHighlightsEnabled = useDmnEditorStore((s) => 
s.diagram.overlays.enableEvaluationHighlights);
+    const { evaluationResults } = useDmnEditor();
+    const evaluationResultsClassName =

Review Comment:
   @thiagoelg done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to