cancel
Showing results for 
Search instead for 
Did you mean: 

Approval

Former Member
0 Kudos

PI is picking data from sender system and have to push data into portal UWL.On portal UWL ,approver will enter data for few fields and approve the request.Message will come to PI and PI will push data into target system.Please tell me what approaches can I take?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can use BPM with correlation for this case.

Steps would be:

Receive(async) --> send (sync) --> send (async)

You have to use the correlation so that the same instance of BPM will receive the respective response from target.

-Supriya.

former_member207622
Contributor
0 Kudos

You will need to use a BPM in this steps like this

receive -- send ( sync ) --- receive ( async ) --- send (async )

regards

Ninad