I would like to know if there's a better way to do the following thing
I have a job, publish to the JobConductor and Schedule every hours
In some exceptional case I world like to give final user ability to manually start the Job (we develop a web app that sync with the JobConductor DB and start a the job)
I don't want to manage 2 version of the job (so we exclude the publish to apache WebService)
Is there a way with the Job Conductor Database to force the job to Start (like when we start it with the PLAY button on the org.talend.administrator webApp).
>I try the following but the job doesn't start
update executiontask set status ='REQUESTING_RUN'
where jobid = '_Wb3N0JJaEeO5tNtiPf5WAg'
Actually we ask the DB the name of the java batch file and start it with the command line with a background process. It works but the log doesnt end into the Job Conductor / and we want a more robust process
We actually have Talend. 5.3.1 Data Integration
Thank you
Philippe
www.rtcquebec.ca