cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Calling Recursive function in a transaction

Former Member
0 Likes
569

Hello All

I have a requirement calling Recursive function in Transaction.Means inside a transaction, i want to call the same transaction.Is it possible to do like this?

Because when i am calling like this,transaction is running contineously without stop.

Any help would be highly appreciated.

Thanks,

Manisha

Accepted Solutions (0)

Answers (3)

Answers (3)

jcgood25
Active Contributor
0 Likes

I would also suspect there is a better way to accomplish this without using recursion...

Former Member
0 Likes

Manisha,

take a look on this thread:

Hope Ricks solution can help you.

Regards

Pedro

Edited by: Pedro Iglesias on Dec 19, 2008 9:56 AM

Former Member
0 Likes

Thanks Pedro.Rick's solution helped me.

former_member192939
Active Participant
0 Likes

Manisha..

What is the condition to end the loop?

You can use a while action block at the start of the transaction and use a break condition there ..

Is this what u were looking for .. or something else ..

Thanks,

Ajay.