Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Sergi1
Contributor II
Contributor II

Schedule job with OSGI Bundle

So far I have been building jobs in Talend and extracting them using "Standalone Job", which got me a ".bat" that I can then program to run every day with Task Scheduler.

Recently I have built a job that only lets me export it with the build type called "OSGI Bundle for ESB".

I found out that jobs with tRest can only be build with this type. OK. But is there a way to schedule a job like this in Windows?

Since there is no ".bat" file inside the extracted jar, is there another workaround to do it?

Thank you very much.

Labels (2)
2 Replies
Anonymous
Not applicable

Hello,

With talend community solution, you could deploy it in a runtime as a service. And then call it as a rest API (according to the endpoint) you have defined.

Best regards

Sabrina

Sergi1
Contributor II
Contributor II
Author

Thank you Sabrina.

How would I go about doing that?

Can you provide me with links or sources?

Really appreciate this