'Spring Batch definition and execution on separate instances

Is it possible to define a job in a separate spring boot instance and execute on another ?

Jobs will be scheduled by customers from a web app, and execution should be on a separate spring boot instance.

I have not been able to find any examples of the same yet.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source