Hi All,
I am creating Process Models, Process Metrics, Task Metrics Reports in the Appian.
and then I am fetchiing the data from the report in the process models and using it.
My query is what is the data retention period of those reports in Appian.
Like how old data it could have and how can we configure this. ?
and is it something manages by the APPIAN DB itself or managed by the organisation.
if by the organisation than where we can find that configuraiton..
Thanks
Discussion posts and replies are publicly visible
The data you mentioned is backed by the Appian Analytics engines. Data in the engines is kept as defined in the data management tab in process models.
In case you need to persist any reporting relevant data, create separate database tables for it. Then data retention needs to be considered when designing any kind of cleanup processes.
Thanks Stefan, so let say I am setting data archival in process model under data management table for 7 days that means for every record of that process in the report will stay for 7 days starting from the day on which that entry recorded in report ryt ?
or 7 days will be counted based on the first entry and subsequence process metrics will delete along with that. ?