cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow Error maximum number of nodes reached

former_member205363
Contributor
0 Kudos

Hi Friends,

We are getting error, 'Maximum number of 100000 nodes reached' workflowerror.jpgas mentioned in the attachments.

1) We don't have infinite loops, there are max 20 nodes inside the workflow.

2) Maintained 100000 nodes in the t-code SWPA.

Thanks,

Prasad.

Accepted Solutions (0)

Answers (8)

Answers (8)

former_member205363
Contributor
0 Kudos

Ok, I will check it.

Thanks,

Prasad.

pokrakam
Active Contributor
0 Kudos

Yes, there is quite obviously an infinite loop otherwise you wouldn't have 10000 steps. It looks like one of your reminder loops is the problem.

Please follow my suggestion and look at the chronological log, not the tree view.

former_member205363
Contributor
0 Kudos

Thanks for your valuable reply.

I already mentioned, there is no infinite loop.

anand_sagarsethi
Contributor
0 Kudos

Its for sure there is a loop whose condition is always getting satisfied making workflow to run for 100000 times. Please compare your workflow log container values and task container values with the loop or conditions used.

To find out the root cause of this issue; some one here need to understand this problem fully & access the system where problem lies.

This is best time for you to get a shot on this task. Spend your time; analyze each step which is called compare its logic with a workflow log which has worked successfully in the same scenario..

Problem is with you and solution is also on your table provided you have full access. Just spend time and analyse.

Regards

Anand

StephaneBailleu
Active Contributor
0 Kudos

Hi

Seems like a complex workflow to me, I would not like to do the maintenance of this one...

Question are you using a method with a temporary error on a background step and could it have been executed 10 000 times ?

Cheers

Stephane

former_member205363
Contributor
0 Kudos

Hi Friends,

Thanks for your reply, Please find the attached logs.

We have many Loop Untils in the workflow.

workflowissueanalysis.jpg

logs1.jpg

Thanks,

Prasad.

pokrakam
Active Contributor
0 Kudos

I don't fully agree with your statement that you don't have infinite loops, because I very much doubt that 1000's of agents have been active on a workflow task.

If you follow the log you will see a sequence of repeating steps. Identify your problem from there. The chronological view (long button 'Tree view' above the log) is usually better for this.

anjan_paul
Active Contributor
0 Kudos

Hi,

Are you using any condition step or Step with condition or Loop step, which is not satisfy. Might be that is the reason