Page 1 of 1

Start Loop Activity with List Loop does not show the items

Posted: Fri Jun 06, 2014 9:41 pm
by dgokulakrishnan
Hello All -

I have designed the Sequence JOB with a Start Loop activity with List Loop items (Item1,Item2,Item3) with Comma Delimiter and triggers the JOB Activity successfully.

But when I check in the JOB Message Log , the Parallel JOB has been invoked thrice with but No where the "List items" are displayed.

Is this as expected functionality or do I need to include any property.

Posted: Fri Jun 06, 2014 11:00 pm
by chulett
This is expected functionality.

Posted: Sat Jun 07, 2014 2:06 am
by ray.wurlod
You do get the iteration number in the log. And you could use a routine activity to log the value of startLoop.$Counter if you wish.

Posted: Sat Jun 07, 2014 9:23 am
by dgokulakrishnan
Thanks for the suggestion Ray.

Posted: Sat Jun 07, 2014 10:38 am
by chulett
You can certainly arrange to have any of that information written to the log but as noted, except for what Ray mentioned, it's not there by default.