we are suing camunda 7.19
the issue is the config is not refelcting in job executer, we are extending this class AbstractProcessEnginePlugin
to perform operation i have look everywhere but it didn’t find anything helpful
Do I understand correctly, you adjusted the job executor properties via the application properties file in Spring boot and they are not picked up?
How the AbstractProcessEnginePlugin relates to the issue, could you elaborate more?
If possible it will be helpful to share a minimal example project that reproduces the issue.
Hi @Yana
Thanks for response
Actually , i just want to understand possible reason why the config is not picked by job executor . Beacuse we tried to pass the configuration all possible way but nothing is working
Hi yana
We are checking the processEngineConfigurations in post init method also & we have verified using job executor log it is taking default value only