Skip to main content Skip to complementary content
  • New archived content: Talend MDM, Talend Data Catalog 8.0, and Talend 7.3 products reached their end of life in 2024. Their documentation was moved to the Talend Archive page and will no longer receive content updates.
Close announcements banner

Getting the status of a task on the Job Conductor page

Procedure

Type in the following script to show the status of the task:
MetaServletCaller.bat
-tac-url=http://localhost:8080/org.talend.administrator 
-json-params=
"{
'actionName':'getEsbTaskStatus',
'taskId':'34',
'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 status of the task is displayed in the command lines.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!