-
Sub-task
-
Resolution: Done
-
Major
Trusty-UI's ModelDiagram anonymous class is hard-coded to render the DMN editor in an IFRAME and has a strong dependency on kogito-tooling's online service to serve the content of the IFRAME. This needs to change:
- Remove use of ModelLookup since an execution will be tided to a fixed model version.
- Refactor db.js to provide the same executionId in the summary and detail JSON.
- Pass and use the executionId to ModelLookup where a request to the mock API service will be made to retrieve the model XML and model type for the execution. Based on the model type different viewers will be embedded.
- is related to
-
FAI-131 Agree and document model (XML) endpoint API
- Done