cancel
Showing results for 
Search instead for 
Did you mean: 

How to use a Send Context (BPM) in the ID

Former Member
0 Kudos

Hi,

I have a BPM scenario. I use a sender step to send messages to different receivers. I use the determination of receivers via a SEND CONTEXT.

A typical example of my outbound message is

<recorset>

<item>

<name>AS1_100</name>

<age>10</age>

</item>

<item>

<name>AS2_100</name>

<age>20</age>

</item>

</recordset>

I have created a send context called name.

This is pointing to /recordset/item/name .

This would contain the names of my receivers.

My problem now is about the usage of this send context in the Integration Directory.

How can I use this context object in my Directory Receiver determination.

Can anyone please help.

Thanks,

Abhishek

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hey

you have to use this send context in conditional receiver determination

Thanx

Aamir

Former Member
0 Kudos

Hi Amir,

Thanks for your response.

How should I use this. Can you please tell me.

I heard there is something called process step, where this object should be assigned.

I use XI 7.0 systems

Thanks,

Best Regards

Abhishek

Former Member
0 Kudos

Hey

yes,there is a ProcessStep which you have to use in this,its like giving conditions in conditional receiver determination.

you will give like

(ProcessStep=node1) then the business system(for e.g BS1)

(ProcessStep=node2) then the business system(for e.g. BS2)

here node1 and node 2 means the name of send context in BPM,whatever name u have given.

Thanx

Aamir

Former Member
0 Kudos

Hi amir,

Thanks for the same,

I got the object ProcessType and assigned my context to it.

Do I have to do something more in the interface determination.

Thanks,

Abhishek

Former Member
0 Kudos

hey

>>Do I have to do something more in the interface determination.

you are doing conditional interface determination or conditional receiver determination? i guess conditional receiver determination:)

yeah if u have given the conditions correctly,you should be good to rock

Thanx

Aamir

Former Member
0 Kudos

Ya Amir,

That is ok, I am Doing a Conditional receiver determination. I set the condition correctly via the context. The Business system is set.

Say AS1_100, in the next step , the BPM outbound should hit a receiver interface isint it?

So should I also have a receiver determination in place for the BPM intergartion process. What do you think.

Former Member
0 Kudos

Hey

yeah for every receiver you will have once receiver communication channel and one receiver determination.

Thanx

Aamir