Skip to Content
0
Former Member
Oct 29, 2010 at 04:37 PM

XPATH - Scope of BPM container objects

37 Views

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.