Suppose an author submits a file to workflow. If the file is in any task in the workflow, and the author goes to the contents tab, he is able to edit the same file, and the changes in the file gets reflected in the later tasks.How can we stop an author from editing a file after it is being submitted to workflow.
Making the attribute readonly to true, disables the edit option. But still the author can edit the file in two ways1. Goto cpro and edit the file2. In the task details screen, click on preview, Here the edit button is not disabled.Please tell me how to disable the author from editing through all these ways.Thanks
Thanks I am using a dedicated lockTask to lock the file(s). But since the file is being lock under the author itself, hence it is able to still edit the file, even if the file is in any stage of workflow.Do you mean to say that I should lock the file with some Admin so that the author can also not edit the file. Kindly clarifyThanks