Hi,
I have an issue during migrating/restructuring a 2010 library to a 2013 library. At a certain point I'm no longer able to call a support 2010 workflow from my main 2013 SPD workflow.
Some context, I have some 2000 document sets, and already moved some 2000 files. All together 4020 items, so not even the 5000 limit ;-)
I have a 2013 workflow that runs on update, it enriches the document item with metadata from another list. After enriching, the document is moved to the right document set based on the name of the file.
A dummy 2013 workflow that calls a 2010 workflow which writes "Hello world" to the log, does not work either anymore. I only have this behavior in ONE document library.
Previously I already did some testing with something like 100 document sets with each 100 documents in there. Everything keeps working.
I have the following error:
Retrying last request. Next attempt scheduled in less than one minute. Details of last request: HTTP BadRequest to
http://sharepoint2013.test.com/qshe/_vti_bin/client.svc/SP.WorkflowServices.InteropService.Current/EnableEvents(listId='6178f9d7-71ea-4cfe-a86f-18c427c39b31',itemGuid='48df8858-4bb7-4c40-8bd3-d96a7d03b9aa') Correlation Id: e1138de7-7d76-518a-89be-1fd319cb300c
Instance Id: 2e91e524-e92f-41f0-af47-4516a9060305
After something like one minute, I have the following error and my workflow goes to the suspended state:
RequestorId: e1138de7-7d76-518a-0000-000000000000. Details: An unhandled exception occurred during the execution of the workflow instance. Exception details: System.ArgumentNullException: Value cannot be null. Parameter name: Input at
Microsoft.Activities.Hosting.Runtime.Subroutine.SubroutineChild.Execute(CodeActivityContext context) at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor
executor, BookmarkManager bookmarkManager, Location resultLocation)
Any ideas how to solve it, or how to get more infomation about it ? The 4020 looks like an odd number to me ;-)
Best regards,
Marc Nemegeer