cancel
Showing results for 
Search instead for 
Did you mean: 

facing issue for Sequential multicast in HCI

anurag_sinha3
Participant
0 Kudos

Hi,

We are facing issue while using Sequential multicast in HCI.

We are passing two types of mesages - Contacts and intercation to Hybris cloud sequentially .

First Contacts should be posted and then Interaction should be posted.

For this we used Sequential multicast but Interactions data is getting posted in cloud even Contacts are either in process/error .

We have used Wait option but it is not working.

Please suggest what options should i use in my iflow so that intercations data will posted only once Contacts data are posted successfully in cloud

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member724290
Participant
0 Kudos

Hallo, Sriprasad Shivaram Bhat !

Can I start a parallel process and not wait for the execution to end? And in this case, return a response to the sender with the code 200.

I try to use "Parallel Multicast", but the sender still hangs until all the processes are finished.

Sriprasadsbhat
Active Contributor
0 Kudos

Hello Anurag,

Move your sequential multicast step to Main Integration Process and have 2 separate Local Integration Process for each branch then it should work.

Regards,

Sriprasad Shivaram Bhat

anurag_sinha3
Participant
0 Kudos

Hi,

Thanks,

Earlier i have used this flow but it didnt work.

Sriprasadsbhat
Active Contributor
0 Kudos

Hello Anurag,

Could you please share the screenshot of your iflow with details on Sequential Multicast.

Regards,

Sriprasad Shivaram Bhat

anurag_sinha3
Participant
0 Kudos

below is the screenshot of my iflow(sub process)

seq.jpg

in this flow first contacts (Branch 1) are sending to cloud and then Interactions(Branch 2).

But in cloud while contacts are getting posted, interactions data starts processing. Seems because,in CPI it is request done but in Hybris it is in process.