Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect expression on BPMN version change #27

Open
ssternal opened this issue Jan 13, 2025 · 0 comments
Open

Incorrect expression on BPMN version change #27

ssternal opened this issue Jan 13, 2025 · 0 comments

Comments

@ssternal
Copy link
Contributor

Hi there,

within a BPMN task element one can execute an expression. When the expression is changed on a newer version within the BPMN, the Camunda 7 adapter may pick the wrong the expression (Camunda7TaskHandler) to execute. This is due to how the expression resolver (ProcessEntityELResolver) tries to find the correct expression. In case of the same process definition key and the same BPMN element ID different expressions conflict in their definition (Camunda7Connectable). Since the list of tasks is created on every launch, the order of the expressions may change and the chosen expression is therefore non-deterministic. I guess for choosing the right expression the process definition version needs to be taken into account as well.

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

No branches or pull requests

1 participant