cancel
Showing results for 
Search instead for 
Did you mean: 

I am unable to figure out the odata response body when the message got failed in SAP CPI.

ManchollaBhaskar
Newcomer
0 Kudos
51
  • SAP Managed Tags:

we have changed iflow and added sequential multicast at the start of the iflow. When message got failed sequential multicast executed before the exception subprocess and we will get the data from sequential multicast not from the odata response. How to capture this.

View Entire Topic
Manideep2
Discoverer
0 Kudos

In a sequential multicast, if any of the branches fail to process a message, the entire flow will fail. This is because the sequential multicast processes each branch one after the other, and an error in any branch will stop the execution and throw an exception.