Viewing the code and executing the Route - Cloud - 8.0

Orchestration (Mediation)

Version
Cloud
8.0
Language
English
Product
Talend Data Fabric
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 (Mediation)
Data Quality and Preparation > Third-party systems > Orchestration components (Mediation)
Design and Development > Third-party systems > Orchestration components (Mediation)
Last publication date
2024-02-21

Procedure

  1. Click the Code tab at the bottom of the design workspace to have a look at the generated code.
    As shown in the code, a 20-second delay is implemented according to .delay(20000) in the message routing from the Read endpoint .to the Write endpoint.
  2. Press F6 to execute the Route.
    RESULT: Each message read from the source folder is routed to the target folder after a 20-second delay.