jomarko opened a new issue, #1823: URL: https://github.com/apache/incubator-kie-issues/issues/1823
This ticket belongs to series of tickets related to dmn evaluation highlights rendering. Previous tickets are: - https://github.com/apache/incubator-kie-issues/issues/1527 - https://github.com/apache/incubator-kie-issues/issues/1547 - https://github.com/apache/incubator-kie-issues/issues/1595 - https://github.com/apache/incubator-kie-issues/issues/1741 - https://github.com/apache/incubator-kie-issues/issues/1773 In this ticket we ned to do an integration between the graphical components and real data from the DMN runner. While the graphical components are listed in the initial section of this ticket, the DMN Runner part was finished by: https://github.com/apache/incubator-kie-kogito-apps/pull/2190 We can see the DMN runner returns a json containing various information about the evaluation: - `evaluationHitIds` - `evaluationStatus` We should use both to be input for our graphical components. To be precise, we should: - use `evaluationHitIds` as input for https://github.com/apache/incubator-kie-issues/issues/1547 - and use `evaluationStatus` as input for the https://github.com/apache/incubator-kie-issues/issues/1773 As part of this ticket we will need to upgrade kogito runtime version used in kie-tools repository to contain https://github.com/apache/incubator-kie-kogito-apps/pull/2190 changes. -- 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]
