Hi, is there a way to configure the history service to be stored in a difference database from the rest? We want to separate the database we use for auditing from the other data. Another way would be to be able to set a difference schema for the history tables than for the other activiti tables. Is this possible and how?
Sure this is possible, but not supported by default. This would require changing Activiti Engine code. Another way would be to copy the history tables from time to time to another database or schema, and delete all finished instances and its details.