cancel
Showing results for 
Search instead for 
Did you mean: 

XPATH - Scope of BPM container objects

Former Member
0 Kudos

Hi,

I have a question.

When we declare container objects in BPM, the scope is mentioned as "Process".

Does this mean that I can use any container objects declared within the process anywhere.

What I am trying to do is, after a SYNC step, I have a ASYNC step. I have to use the response from the SYNC step in the ASYNC step.

The problem is that the interface of SYNC's response differs from ASYNC's request.

So I was wondering if I could mention the XPATH of SYNC's response while doing the receiver determination for ASYNC.

I tried and it does not work. But technically I assume it has to work.

Could someone point out where I am going wrong ( My understanding / Steps that I am following ).

Thank you team.

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

When you do the mapping outside of BPM (which is recommended anyway)

then you send the sync response directly as async request and do receiver det. and mapping. to the new structure.

when you do mapping and receiver det. inside BPM, you should be able to access all container elements, but I do not have experience with this.

Answers (0)