Hi,
We are planning to work on integration of spring batch with ETL/DB jobs. we would like to know certain points like
how to find the executions steps of those external jobs (it could be non java jobs)?. Could anyone help us in finding it. Thanks.
Printable View
Hi,
We are planning to work on integration of spring batch with ETL/DB jobs. we would like to know certain points like
how to find the executions steps of those external jobs (it could be non java jobs)?. Could anyone help us in finding it. Thanks.
Spring batch can execute steps that are configured as part of the job. You can configure external job as a step of the job.