Starting a task on the Job Conductor page
Procedure
            Type in the following script to start the task that has been deployed in to
                    Talend Runtime:
            
               
            
            
               
                  
                
            
            
               
                  
                
            
         
   MetaServletCaller.bat
-tac-url=http://localhost:8080/org.talend.administrator 
-json-params=
{
"actionName":"startEsbTask",
"taskId":"34",
"authPass":"admin",
"authUser":"admin@company.com"
}The response from the Talend Administration Center
                server is displayed in the command lines:
            Example
               The status of the task is changed to STARTED on the ESB Conductor page of Talend Administration Center.
            Example