Hi,
Hi have a list with a workflow that sets an DocID Field manually on a self made contenttype.
The workflow checks if the doc id is correct, then changes it if not, based on some properties. It starts when an item is created and when it is changed.
It is a library with check out functionality.
When uploading a file to the library and checking in files, it works correctly. Also when I change an item. It also works if I end the first workflow (only found on the item), and restart it after some minutes.
When using the new document function, the workflow started stage is not seen on the list, but if I go to the item workflows. I can find it there. It is like it has a wrong reference or something.
This is the message I get on the Started workflow that is not seen in the list:
Retrying last request. Next attempt scheduled in less than one minute. Details of last request: HTTP InternalServerError to https://XXXXXX.sharepoint.com/sites/Items/_vti_bin/client.svc/web/lists/getbyid(guid'd370e83d-e215-4111-b6d9-88c897790c97')/Items(23) Correlation Id: 551dc7b9-5aad-b6bd-bd58-4b5834aea9b7 Instance Id: d4bfabc2-ee89-4f95-b675-b37e5d1f8938
When talking to another developer, he advised me to used workflow 2010, as he had encountered the same problem.
Any suggestions?