function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
__sandra____sandra__ 

How to call an external job (Talend Job *.bat) from an apex class?

Hello,

 

I want to call an external job , made with talend, from my trigger when a certain status changes.

 

How can we do tha?

 

Thanks!!

Best Answer chosen by Admin (Salesforce Developers) 
suresh.csksuresh.csk

All Answers

suresh.csksuresh.csk
This was selected as the best answer
__sandra____sandra__

I'll create a WS from the talend job, it should be deployed in an apache tomcat server and then I'll generate the wsdl and try to make the callout from apex code.

 

Thanks