Skip to main content Skip to complementary content

Setting up the child Jobs

Procedure

  1. Create a new Job named ChildJob1, and add a tFixedFlowInput component and a tLogRow component to it.
  2. Connect the tFixedFlowInput component to the tLogRow component using a Row > Main connection.
  3. Double-click the tFixedFlowInput component to open its Basic settings view.
  4. Click the [...] button next to Edit schema and in the pop-up dialog box, define the schema of the input data by adding one column Message of String type. When done, click OK to close the dialog box and click Yes when prompted to propagate the schema to the next component.
  5. In the Mode area, select Use Single Table and enter the message you want to show on the console in the Value column of the Values table, "This is from ChildJob1..." in this example.
  6. Double-click the tLogRow component and on its Basic settings view, select the Table mode to display the execution result in table cells.
  7. Create five copies of this Job and name them ChildJob2, ChildJob3, ChildJob4, and ChildJob5. Enter the following messages in the Value columns of their tFixedFlowInput components: "This is from ChildJob2...", "This is from ChildJob3...", "This is from ChildJob4...", and "This is from ChildJob5...".

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!