cancel
Showing results for 
Search instead for 
Did you mean: 

How to get receivers in a BPM

Former Member
0 Kudos

Hi,

I have a BPM that uses a receiver determination to get all receivers for the message. In a block I then use ParForEach to process a message for all given receivers. In the block I have a switch with two branches (including the otherwise). The first brach I only want to enter IF the current receiver equals X.

How is this possible?

I don't know how to get the current receiver being processed by the ParForEach-block?!

Best Regards,

Daniel

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I hope i got your query right.

In a BPM, you receive a message, and depending on the receiver, you want the message to take a specific path in the branch (switch) right?

If so, do you have an entry in the incoming message that tells you which receiver ought to receive this message?

If this is the case, you can specify the xpath as the value for the if statement.

Regards,

Smitha.

Former Member
0 Kudos

Hi,

Thanks for your reply.

I dont have the receiver in my received message, so can't do the way you specified. This is my whole problem:-)

Former Member
0 Kudos

Hi,

Could you explain your entire scenario clearly?

what is the logic which decides which message goes to which receiver?

Regards,

Smitha.