Closed DenovVasil closed 1 month ago
@DenovVasil any particular reason this ended up in this project?
@DenovVasil any particular reason this ended up in this project?
sorry, changed
Hi @DenovVasil ,
thank you for the bug report. I can reproduce this. We do have a fix in the element templates here: https://github.com/bpmn-io/bpmn-js-element-templates/pull/121
Input/output mappings need to be feel expressions. While we do cast Number and Boolean fields to feel on change, we did not do it for default values. As a workaround, you can change the default values for the Boolean properties from "value": true
to "value": "=true"
until the PR above is merged and integrated.
Pending downstream integration of https://github.com/bpmn-io/bpmn-js-element-templates/releases/tag/v2.2.1.
Describe the bug
When we create a scheme with aws textract connector in Desctop modeler, errors appear in the output section.
Steps to reproduce
Expected behavior
Output should not contains errors. We think that errors in output are the reason for the e2e tests to fail
Environment
Additional context
No response