I just wanted to delete certain transactions from the table after 30days.
Discussion posts and replies are publicly visible
to delete the records from DB on scheduled interface, you can create a process model with timer start event. and in that you can use delete from data store entity with its identifier or you can use query database to delete the data with where condition. for condition data you can use ac!