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

Fields table does not cleared after changing execution listener class implementation #61

Closed
artemy63 opened this issue Sep 24, 2021 · 1 comment
Assignees
Labels
type: bug Something isn't working
Milestone

Comments

@artemy63
Copy link

TC

  1. Create two implemenattions of org.flowable.engine.delegate.ExecutionListener or org.flowable.engine.delegate.JavaDelegate
  2. Place into on of them some expressions, like private Expression fixedValue;
  3. Go into BPMN modeler, navigate to Executions listeners table and open Execution listener editor
  4. Select as class implementation class with injected field
    ER = AR
    Fields table are filled with injected into class expression
  5. Choose another class without any injected expressions
    ER: fields table is empty
    AR: fields table does not change it state
  6. Choose empty value as class
    ER: fields table is empty
    AR: fields table does not change it state
@artemy63 artemy63 added the type: bug Something isn't working label Sep 24, 2021
@gorbunkov gorbunkov added this to the 1.1.0 milestone Sep 27, 2021
@maistrenkoIulia
Copy link

verified

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants