cancel
Showing results for 
Search instead for 
Did you mean: 

Infinite Loop Problem

Former Member
0 Kudos

Good Morning. My infinite loop is not at all working and due to that my dead line monitoring is not triggered and my Exeption handling branch is also not working.

I will narrate what I have done and please guide me where I went wrong. We are using SP12.

Also I also Looked into the RWB and everything looks fine.

I also looked into SXI_CACHE, the return code is 0. Looked into SWWL no issues.

Steps

-


1) Receive Step : Receive a File

2) Bloc Step : Exceptions: TimeDelay

2A1) Loop : Condition (1 = 1) ==> Infinite loop

2A2) Container Object (This is a dummy object)

2A3) End Loop

2B1) Deadline Branch : Control Step

Action : Throw Exception

Exception: TimeDelay

2C1) Exception Branch :

Exception Handler: TimeDelay

2C2) Control Step : Action: Cancel process.

End Block.

I looked into the Workflow Log and I see the Green Line only just below the Receive step. Just before the Block step it stopped with a RED Heart.

When I looked the Technical Log. The status with ERROR and I noticed the following Error messages

1)Work item 000000086459: Object FLOWITEM method EXECUTE cannot be executed

2)Maximum Number of 10000 nodes reached

3) Maximum Number of 10000 nodes reached

4)Error when starting work item 000000053752

5) Maximum Number of 10000 nodes reached

Accepted Solutions (0)

Answers (2)

Answers (2)

STALANKI
Active Contributor
0 Kudos

Try changing it to 12000.Basically I think 10000 nodes have been reach and not able to start one more work item.

Former Member
0 Kudos

Missed two points.

Deadline Branch is Set for 1 minute.

2) Looked into the SWPA Transaction and my limit is 10,000.