Updating a task on the Job Conductor page - 8.0

Talend Administration Center User Guide

Version
8.0
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 Administration Center
Content
Administration and Monitoring
Last publication date
2024-02-20

Procedure

Type in the following script to update the task that is just created:
MetaServletCaller.bat
-tac-url=http://localhost:8080/org.talend.administrator 
-json-params=
"{
'actionName':'updateEsbTask',
'taskId':'34',
'taskName':'demoREST-update',
'description':'demo-update',
'tag':'Mygroup-update',
'repository':'snapshots',
'featureUrl':'mvn:org.example/DemoRESTRoute-feature/0.1.0-SNAPSHOT/xml',
'featureName':'DemoRESTRoute-feature',
'featureVersion':'0.1.0-SNAPSHOT',
'featureType':'ROUTE',
'runtimeContext':'Default',
'runtimeServerName':'runtime_server',
'runtimePropertyId':'DemoRESTRoute',
'authPass':'admin','authUser':'admin@company.com'
}"
Replace the parameters with what they are in real contexts and respect the format used in the script above for these parameters.
The response from the Talend Administration Center server is displayed in the command lines.

Results

The label, description, and tag of the task is updated and can be shown on the ESB Conductor page of Talend Administration Center: