I have a workflow (10.0) that runs daily, iterating through more than 1000 documents, but about 50% of the time it throws a warning on the same action. There's a "Route Entry to Folder" action that also assigns a field, and for ONE document (it was two yesterday, but usually one) it throws a warning.
Route Entry to Terminated Folder
(SetTemplate) The data assigned to field 'Contract Status' is not valid. 9039 [Multistatus response. [9039]
Another operation on which this operation depends failed. [9054]
Another operation on which this operation depends failed. [9054]
Another operation on which this operation depends failed. [9054]
Another operation on which this operation depends failed. [9054]
Another operation on which this operation depends failed. [9054]
Another operation on which this operation depends failed. [9054]
Another operation on which t
I would think that this is due to an invalid value being assigned to a field, but the action only assigns to one field, and the value assigned is selected from a drop-down. It's also the exactly same value for every document in the loop that hits that action, but only has the issue for one document most of the time.
EDIT: I've found the solution
We made some changes to the fields in the repository such as making some fields required that were not required before. This did not affect documents that were already in the repository with those fields not filled in, but trying to edit and save the metadata after that would prevent your changes until those required fields have values. If you try to do it in the client, it directly tells you which field to fill in. However, the workflow only throws the warning I mentioned above, which is not helpful because the message is cut off before it gets to which field has an issue.