Describe the problem/error/question
We have large workflows that run on a schedule basis and handle very large volumes of data, right now we configured pruning to keep only 2 weeks of history, which represents 7Go in our postgres database.
Today we would like to be able to auto generate reports with the list of workflows that ran for the last month, but we didn’t keep them for storage’s sake.
What we’d like to do is separate the pruning of data and the pruning of executions, like keep the data for 2w but the executions for 3m or so. I didn’t find a way in the docs to do that right now, is it possible ? Otherwise I’d open a feature request.