Possible configuration defect

Hi all,

It looks like
org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl#setCustomPostVariableTypes
may be broken in 6.6, because the

org.flowable.common.engine.impl.AbstractEngineConfigurator#initVariableTypes

doesn’t take pre and post variable types into account.

Franck

Looking in the code, the main engine (e.g. app engine) still does that. Do you have other engines running together with the process engine? How does your setup looks like?

Ok, now I see your point. Fixed it here: Add pre- and post variable types to shared variableTypes when running… · flowable/flowable-engine@9b21735 · GitHub

1 Like