-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change order of Input Expression/Name and Label #346
Comments
Addition: I never used the input variable since we support DMN. Maybe you could switch the display of the inputVariable with the Input Expression? |
Could you attach a screenshot providing a little bit more context? |
OK, lets keep the focus of this ticket on the order of the labels of the pop-up dialogues. (as the title of the ticket says) The user should enter the input/output label first and then the input expression/output name. |
Closed via #395. |
The Label can technically be omitted. But if you add an input expression "guests with children?", which looks fine on the first glance, (see this table: https://github.com/ingorichtsmeier/dmn-test-tool/blob/master/dmn-excel-tester/src/test/resources/exampleEvaluation/modeler12_1.dmn) you will get an error when you evaluate it: https://github.com/ingorichtsmeier/dmn-test-tool/blob/master/dmn-excel-tester/src/test/java/com/camunda/consulting/dmn_excel_tester/example/ExampleEvaluations.java#L169-L187
So, the Label is most important for business users and should be entered first. Then you could add an input expression for evaluation (or generate it on the fly as the simulator (https://camunda.com/de/dmn/simulator/) or the dmn-test-tool (https://github.com/ingorichtsmeier/dmn-test-tool) do.
Both, the Label and Input Expression should be visible all the time.
The text was updated successfully, but these errors were encountered: