cancel
Showing results for 
Search instead for 
Did you mean: 

Create recursive pattern in HCI

Former Member
0 Kudos

Hi all,

I have a requirement where through request reply in HCI I call a third party system. That system gives an XML of following structure.

<operation>

<val><type1>data</type1></val>

<val><type1>dataaa</type1></val>

<val><child></child></val>

<val><child></child></val>

<operation>

for each child node that I get I need to call the third party system again until we no longer get any child node in the data.

Accepted Solutions (1)

Accepted Solutions (1)

Sriprasadsbhat
Active Contributor
0 Kudos

Hello Swathi,

You can give a try by using Looping Process Call(Select process call step and right click on it ,then change it to looping process).

Then set a property when there is a value and check the same in looping process call condition.

Regards,

Sriprasad Shivaram Bhat

Former Member
0 Kudos

hi Sriprasad,

Thanks for the reply.

Swati.

Answers (0)