Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I would like to build a job to run from Talend Administration Center, this job will be trigger through another application outside from Talend Administration Center. After this job finish, Talend Administration Center can send a status message back to the requester, is this something can be done in Talend?
are You looking for this
Talend Administration Center MetaServlet API
TAC has notification, but I prefer install different notification in Job body and send eMail/Slack/OPSGenie alert depending from what happens
are You looking for this
Talend Administration Center MetaServlet API
TAC has notification, but I prefer install different notification in Job body and send eMail/Slack/OPSGenie alert depending from what happens
You can call your Job through TAC metaservlet API. You can call it in an asynchronous way so that the call does not block. However, you will need to design your job to notify back the caller, either by writing a flag somewhere, or put a message on a queue, or send an email, or call a webservice to say that it is finished. Your job should do that.
e information and suggestion, I am interest to know more about the notification part but I hardly find example on the net to follow, do you mind to share some examples?
Does the task run in the JobConductor if you manually select the task in the UI and click on Run?