cancel
Showing results for 
Search instead for 
Did you mean: 

BPM collection question

Former Member
0 Kudos

Hi all,

In BPM collection scenario

Is there any way to capture all the messages ids(inside BPM) which are being sent to that BPM?

Any help will be appreciated.

Regards,

Ivá

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

solved!!

Former Member
0 Kudos

Hello Ivan!

Yes. You might specify a WHILE or UNTIL loop inside a block of your BPM process. For example, create a FORK and then create on one path a Receiver Step waiting for a "STOP" message, and in the other fork path create an infinite WHILE step with another Receiver Step to gather the incoming messages (and appending them to a Message List container). Or you can just set a WHILE or UNTIL with a limited amount of messages, without the Fork.

Please check the Help page below for more information about this.

Workflow Builder:

http://help.sap.com/saphelp_nwpi71/helpdata/en/c5/e4b79d453d11d189430000e829fbbd/frameset.htm

Best regards,

Lucas