Hi,
We have requirements to modify the permissions on the document as it moves in the workflow. In the begining reviewers, approvers, authors have read access. If it is rejected then the author has version access. There are 2 ways of doing it one as a post java procedure on the lifecycle state or as a auto workflow task that calls a java method. I think doing it as a auto workflow task will create workitems. Depending upon how many times it gets rejected it will create workitems and if the workflow audit is on it the tables are going to grow where as if implemented as lifecycle java procedure it may be beneficial.
Am I correct in my thinking? Are there more ways of implementing it? Please give me the pros and cons and some advise as the best approach to do it.
We are still on 5.3 SP5 of content server, DFC 5.3 SP5 and would like the best approach as soon we would upgrade to D6.5
Thanks