Procedure - 7.3

Orchestration (Integration)

Version
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
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
Data Governance > Third-party systems > Orchestration components (Integration)
Data Quality and Preparation > Third-party systems > Orchestration components (Integration)
Design and Development > Third-party systems > Orchestration components (Integration)
Last publication date
2024-02-21

Procedure

  1. Double-click tWaitForFile to open its Basic settings view.
  2. In the Time (in seconds) between iterations field, enter the time interval in seconds between each two iterations. In this example, it is set to 5.
  3. In the Max. number of iterations (infinite loop if empty) field, enter the maximum number of iterations. In this example, it is set to 10.
  4. From the Then drop-down list, select continue loop to continue the iteration loop after the message is triggered.
  5. Press Ctrl+S to save the Job.
  6. Press F6 to execute the Job.
  7. Create a text file continue.txt in the defined directory.
    When a text file is created, a message about file creation is displayed on the Run console. The iteration loop is ended until the number of iterations reaches ten, followed by another message showing the time the iteration loop is ended and the number of iterations executed.