As of TS 6.7.0, there is an option for the iw.cfg:
[workflow]
delete_jobs_on_completion=false
This is intended to keep workflow data around for ReportCenter.
Has anyone used this?
I'm curious about side-effects / performance / etc. with respect to this
For at least several releases in the 4.x to 5.x range it was recommended to make sure that the number of tasks kept [active] in the system be kept to something less than 2500 or 25000 (I know, there's a big difference - but that's besides the point) because the more you kept, the larger the XML storage for stuff like iwgetwfobj would get (or something like that) and it would start to hurt performance.
So I'd like to know (a) if anyone is using this feature and (b) whether or not they've encountered any problems because of it.