cancel
Showing results for 
Search instead for 
Did you mean: 

BPM Collect Pattern Scenario :Container is empty for the loop at run time

Former Member
0 Kudos

Hi Friends,

I am working on BPM Collect Pattern Scenario after looking into the example delivered by SAP in namespace http://sap.com/xi/XI/System/Patterns and IP name as BpmPatternCollectPayload.

After configuring the same and when it is run, I see strange behaviour as illustrated below

1. Container step is empty and not able to see the counter for which it needs to be incremented at runtime

2. I understand that Loop should start and it need to be incremented as when we get a new message into the same BPM.

But I observe that it is creating a new message and loop never stops and completes the condition and comes out to go to next step.

Request your help.

Regards,

Hussain

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

define or declare a variable with name counter and type as integer in Container where you define abstarct variables...

Thanks,

Madhu

VijayKonam
Active Contributor
0 Kudos

Did you initialise the container variable to 0 or 1 and then appropriately put what needs to be done when it needs to be incremnted.. like assignment or increment etc?

VJ