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

Calling Recursive function in a transaction

Former Member
0 Likes
604

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

View Entire Topic
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.