Всем привет!
Хочу вызвать Spring Bean в literal expression:
При запуске теста выдается ошибка:
Caused by: org.camunda.bpm.dmn.feel.impl.FeelException: FEEL/SCALA-01008 Error while evaluating expression: failed to parse expression 'productService.getValue(issue.getCustomFields(), 'Грейд')': [1.24] failure: end of input expected
productService.getValue(issue.getCustomFields(), 'Грейд')
Подскажите, в какую сторону копать?