Is your feature request related to a problem? Please describe.
When implementing a new process, it is easy to make mistakes with the expression syntax. For example, entering {myVariable} or ${myVariable - ${myVariable2} into an expression field will result in runtime errors.
Describe the solution you'd like
I would like to receive feedback from the modeller while entering an expression. All text fields used for entering expressions should be validated. The result should be displayed below the text field, just as it is with duplicates in ID inputs.
Is your feature request related to a problem? Please describe.
When implementing a new process, it is easy to make mistakes with the expression syntax. For example, entering
{myVariable}or${myVariable - ${myVariable2}into an expression field will result in runtime errors.Describe the solution you'd like
I would like to receive feedback from the modeller while entering an expression. All text fields used for entering expressions should be validated. The result should be displayed below the text field, just as it is with duplicates in ID inputs.