Skip to Content
0
Former Member
Dec 09, 2010 at 09:16 PM

Maximum number of nodes reached

781 Views

Hello all,

I am currently trying to explain a problem with one of our WF run and I just found out, under the "Step History" tab of a Work Item, the error message "Maximum number of nodes reached" was logged. That certainly explains the problem but I have some questions regarding such a message:

1) If WF-A calls a subworkflow WF-B, does this limit of 10,000 nodes apllies for the whole WF run (i.e. WF-A nodes + WF-B nodes) or is it 10,000 nodes for WF-A and 10,000 nodes for WF-B?

2) In our situation, the error was logged within the WF-B (subworkflow) work item which I beleive caused WF-A to fall into an error status. Some people have tried to re-execute the WF-B workitem without any success... Always the same error was reported. Is there anyway to re-start a WF that is in Error if it has reached this limit of nodes?

Thanks.

José