Execution of task unconditionaly -
07-03-2003
, 01:55 PM
Hi All,
We need to execute a task 2 times before we proceed with
the next task.
Say for example A - B - C - D are tasks in sequence. We
need to execute task B twice and then proceed to task C.
Any idea on how we can solve the above scenario /
implement loops would be highly appreciated.
One easy approach would be to have two Task B like A - B -
B - C - D. But we don't want to follow this approach as we
might need to make the loop execution 'N' times in future.
Cheers,
sumathi |