-
Feature Request
-
Resolution: Done
-
Optional
-
Kogito Tooling 0.6.1
-
None
-
2020 Week 49-51 (from Nov 30), 2020 Week 52-03 (from Dec 21)
It will be nice to allow select any DMN assets (for example: via FileChooser) in Wizzard to create SCESIM file.
When I open single empty SCESIM file in Kogito Bundle VScode, I cannot confirm Wizard because my selector is empty (see attachments).
When I open folder "myproject/src" and open SCESIM file, I get same result.
When I open folder "myproject" and open SCESIM file, everything is fine.
Please, can you support manually creation of link between DMN and SCESIM file?
I hope that the reason why this wizard is so strict is this part of source code:
<settings>
<dmnFilePath>src/main/resources/PersonDecisions.dmn</dmnFilePath
<type>DMN</type>
<dmnNamespace>https://kiegroup.org/dmn/_52CEF9FD-9943-4A89-96D5-6F66810CA4C1</dmnNamespace>
<dmnName>PersonDecisions</dmnName>
<skipFromBuild>false</skipFromBuild>
<stateless>false</stateless>
</settings>
IMHO all these information can be copied from selected DMN asset which can be outside of scope of VScode editor.
{{}}
I follow this documentation: https://docs.jboss.org/kogito/release/latest/html_single/#proc-kogito-testing-decision-logic_kogito-creating-running where is not mentioned that I have to open the project folder.}}{{