i want to disable saving execution history for some projects in my deployment. there are some projects that might contain PCI data as workflow parameters in trigger, my requirement is to enforce that the execution history is not saved for these projects while i keep saving it for rest of the projects on the deployment.
i found that we can either disable the execution histories globally or at a workflow level, is there any way i can do it at a project level too? if not are there any recommended ways the community has handled the retention for such data?
i do not have control over the workflows created as this is an embedded instance however the workflows are going to be sandboxed to a project, hence the requirement to disable saving for the entire project.
Information on n8n setup
- n8n version: 1.84.1
- Database (default: SQLite): postgres RDS
- n8n EXECUTIONS_PROCESS setting: main
- Running n8n via: EKS
- Operating system: centOS