We may need more information to be saved in Activiti database.
We have few queries
1. Can we create more tables into Activiti Database and Associate with History Service ? This table will contain some basic data which is not Activiti and Workflow specific but our process specific.
2. How long can I retain History? Can We do pruning based on a timeline?
1. Sure it's your database. Activiti doesn't impose any restrictions. 2. As long as you need to. You can execute custom delete SQL statements to remove data based on date.