jmix-framework / jmix

Jmix framework
https://www.jmix.io
Apache License 2.0
693 stars 124 forks source link

BPM: Creating Execution listener: DelegateExpression problem #3773

Closed stasmakarov closed 1 month ago

stasmakarov commented 1 month ago

Environment

Jmix version: <2.3.4>

Bug Description

It is impossible to enter a delegate expression when creating an execution listener:

Steps To Reproduce

  1. Create a process with any task (let it be script task)
  2. Add an execution listener
  3. Select type Delegate expression

Current Behaviour

The field "Delegate expression" looks like ComboBox, but it must be simple text field. So it is impossible to enter an expression here.

image

Expected Behaviour

The user must be able to enter the delegate expression like ${small.MyBean.print()}

stasmakarov commented 1 month ago

Sorry, my fault: there were no appropriate class created