Recently, I have been migrating from [KIE Server and KIE Workbench] to [Kogito and (KIE Sandbox or VSCode)]. I would like to ask a few questions as follows:
Can KIE Sandbox or VSCode use test scenarios on the UI like KIE Workbench? From my understanding, it seems that only "Maven build" can be used to test all the test cases defined inside *.scesim files.
Does VSCode have any extensions that support reading the GDST file format?
Is it possible to run a single Kogito project in two modes simultaneously, using both Kogito with legacy API support and DMN Kogito artifacts within the same project? Specifically:
The old rules written in DRL would be executed using KieRuntimeBuilder (legacy API).
The new rules would be handled using DMN with Kogito artifacts.
The results from both approaches would then be combined into a unified output.
-> If this setup is feasible, what would be the best practices or recommended way to configure the project to achieve this?
Recently, I have been migrating from [KIE Server and KIE Workbench] to [Kogito and (KIE Sandbox or VSCode)]. I would like to ask a few questions as follows: