Using triggers in a Joblet - Cloud - 8.0

Talend Studio User 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 Studio
Content
Design and Development
Last publication date
2024-02-29

Procedure

  1. Drag the Trigger Input component from the Palette and drop it above your Joblet.
  2. Right-click Trigger Input, select a link of the type Trigger > OnSubjobOk and then click the input component of the Joblet so that your Joblet starts after the execution of the first subJob.
  3. Drag the Trigger Output component from the Palette and drop it below the Joblet.
  4. Right-click the input component of the Joblet and select a link of the type Trigger > OnSubjobOk and then click the Trigger Output component so that your third subJob starts after the execution of your Joblet.

    Example

    Joblet with triggers.