Labelling the subjobs - Cloud - 8.0

Talend Job Script Reference Guide

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend CommandLine
Talend Studio
Content
Design and Development > Designing Jobs
Last publication date
2024-02-22

Optionally, you can give a title to each of the subjobs that compose your Job to better identify their roles.

Procedure

  1. Enable the title display for the first subjob and give it a title Data processing.
    // label subjobs
    addSubjob {
    	NAME: "tFileInputDelimited_1"
    	SHOW_SUBJOB_TITLE : "true",
    	SUBJOB_TITLE : "Data processing"
    }
  2. Enable the title display for the second subjob and give it a title Summary.
    addSubjob {
    	NAME: "tJava_1"
    	SHOW_SUBJOB_TITLE : "true",
    	SUBJOB_TITLE : "Summary"
    }