Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 225435

Re: How to run a Nested workflow in N number of Loops?

$
0
0

Hi Devchop,

 

you could try something like this:

 

var nArray = new Array();

for ( var counter = 0; counter < NTIMESASINPUT; i++ )

{

     nArray.push( counter );

}

 

Now you have an Array with N items and run a nested workflow with N loops if you built N as input to the nested workflow.

 

Regards,

Chris


Viewing all articles
Browse latest Browse all 225435

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>