Procedure
- Create a Parent Job, and drop tLoop, tRunJob, and tSleep components to the workspace.
-
Connect tLoop to tRunJob using a Row > Iterate connection, and connect tRunJob to tSleep using a
Row > Main
connection.
- Create a Child Job, and drop tRowGenerator and tLogRow components to the workspace.
-
Connect tRowGenerator to tLogRow using a Row
> Main connection.
-
On the Basic settings view of the tLoop component, choose For loop type and type in the instance number to start from
(1), to finish with (5) and the
step (1).
-
On the Basic settings view of the tRunJob component, select Child
Job in the Job field.
- On the Basic settings view of the tSleep component, enter 3 in the Pause field.
-
Double-click tRowGenerator to open the schema
editor. Then click the plus button to add four new columns:
-
id, to generate sequence numbers
-
firstname, to generate random first names
-
lastname, to generate random last names
-
city, to generate random city names
For more information about tRowGenerator, see trowgenerator_c.html. -
-
Press F6 to run the
Parent Job.
The Child Job will be executed five times with a three-second pause between each two executions, displaying random personal information on the Run console as configured in the tRowGenerator component.