flowable / flowable/flowable-engine
MultiSchemaMultiTenantProcessEngineConfiguration async history job don't work
Open
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.9k
- Avg merge
- 7h 8m
- Merged PRs (30d)
- 2
Description
flowable 6.3.0 if you use MultiSchemaMultiTenantProcessEngineConfiguration, and enable async history:
conf.setAsyncHistoryEnabled(true);
conf.setAsyncHistoryExecutorActivate(true);
but when process is finished, all runtime data (process instance, task etc) don't move to history.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.