flowable / flowable/flowable-engine
Spring Boot Beans not found through Delegate Expression ServiceTasks after upgrade from 6.6.0 to 6.7.1
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.9k
- Avg merge
- 7h 8m
- Merged PRs (30d)
- 2
Description
After upgrades to both Spring Boot as well as Flowable, Delegate Expressions are not resolved.
Spring Boot 2.5.6 with embedded Flowable 6.7.1 through the starters.
Hoping for some tips before i start dissecting this :
doesn’t find bean “myBean” through DelegateExpressionUtil.
Exception thrown in JuelExpression:
throw new FlowableException("Unknown property used in expression: " + expressionText, pnfe);
Adding the bean manually in my customProcessEngineConfigurer resolves the issue.
Did something fundamental change?
What is the point of this?
SpringProcessEngineConfigurator:
if (springProcessEngineConfiguration.getBeans() == null) {
springProcessEngineConfiguration.setBeans(springProcessEngineConfiguration.getBeans());
}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.