Hi everyone, I just updated from 6.5.0 to 6.6.0, however, async history jobs is not working, I tried to debug but still don’t know what happened. Everything with with 6.5.0 is work fine.
I saw the history data job is storaged at act_ru_history_job tables
Below is my configuration:
Spring boot: 2.2.4.RELEASE
Flowable: 6.6.0
config.setAsyncExecutorActivate(true);
config.setAsyncHistoryEnabled(true);
config.setAsyncHistoryExecutorActivate(true);
config.setAsyncExecutorNumberOfRetries(10);
config.setLoggingListener(new FlowableLoggingListener());
config.setEnableDatabaseEventLogging(true);
Someone please help me