Calling a routine function from a Job - Cloud - 7.3

Talend Studio User Guide

Version
Cloud
7.3
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-13

You can call any function in any of the system and user routines from your Job components in order to run them at the same time as your Job.

To access all routine functions, press Ctrl+Space in any of the fields in the Basic settings view of a component used in your Job and select the one you want to use from the list displayed.

Alternatively, you can call any of these functions by indicating the relevant routine name and the function name, followed by the expected settings, in any of the Basic settings fields in the following way:

<RoutineName>.<FunctionName>
Note: The syntax of routine call statements is case sensitive.