Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Different behavior of Fields appearance for Delegate Expression and JavaDelegate class in service task #54

Closed
maistrenkoIulia opened this issue Sep 21, 2021 · 3 comments
Assignees
Milestone

Comments

@maistrenkoIulia
Copy link

Jmix version: 1.1.0-SNAPSHOT
Jmix Studio plugin version: 1.1.SNAPSHOT3528-212
IntelliJ version: IntelliJ IDEA 2021.2.1 (Ultimate Edition)

TC: create 
@Component( "l_ExampleExecutionListenerOne")
public class ExampleExecutionListenerOne implements JavaDelegate {

    Expression test123;
    @Override
    public void execute(DelegateExecution execution) {
   }
}

run app>Modeler>create service task
select Type = JavaDelegate class
select ExampleExecutionListenerOne
AR: Fields tab is filled with expressions from the class
image

select Type =Delegate Expression
select ExampleExecutionListenerOne
AR: Fields tab is empty
image

@maistrenkoIulia
Copy link
Author

the same behavior on
Jmix version: 1.1.0-SNAPSHOT
Jmix Studio plugin version: 1.1.SNAPSHOT3579-212
IntelliJ version: IntelliJ IDEA 2021.2.2 (Ultimate Edition)

@maistrenkoIulia
Copy link
Author

bpmdataload.zip
ExampleExecutionListenerOne (com.company.bpmdataload.app.ExampleExecutionListenerOne)

@maistrenkoIulia
Copy link
Author

verified

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants