cancel
Showing results for 
Search instead for 
Did you mean: 

BPM Modelling !

Former Member
0 Kudos

Hi XI Gurus.. I need advice in modelling a BPM.

We have a scenario

1.) ECC sends Async request to PI ( there are three actions Create, update and Modify we are using webservices)

2.) PI makes Sync call to External system( We are using webservices).

3.) PI updates the response from External System to ECC .(Async call)

An order request comes to PI from ECC (lets say Create order), at that point of time if the external system is down, PI has to retry the message. (This can be done using a blocks exception handler in BPM) . If a Modify request comes for the same order number then BPM should not send it unless the Create request for that order is not successful. Meanwhile if a new order comes in then BPM has to process it. I guess this is not exactly a EOIO scenario, may be correlation......... Inputs will be appreciated. !!!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

??

justin_santhanam
Active Contributor
0 Kudos

Pramod,

Is there any field coming from ECC that decides you need to call Update or Modify webservice?

raj.

Former Member
0 Kudos

yes there is a field in the header about the action to be performed.