Multiple parallel Branching using Switch
Summary
Multiple parallel Branching using SwitchContent
Thanks for the video with Switch. I am newbie to OIC but i have experience with Other Integrations like TIBCO,DELL etc.
My requirement is to read DB table from source system and invoke local integrations respectively.
So Use case is: Source will send data for Billing, it can send data for Invoice and It can send data for Receipts.
So this could be like source can send data for either all 3 or just 1 or just 2. In this case i was trying to figure of how to invoke the Target system APIs using local integration. So if we use Switch in OIC it will take only the condition that is true. Example if Billing data exists then it would go in first switch condition and end, however it will ignore the 2nd switch condition for Receipts or Invoice. Can you guide how can this be achieved in OIC when 2 or more conditions should be executed in