How to launch or re-launch a job by hitting the database tables.
Hi ;)
I need some help figuring out if its posible to launch a job by simply creating a new tuple in the Batch_Job_Execution table, or something like that. I think it is, if true, do you know how could I do that... or maybe into which class from the batch-admin I should look into.
I'm evaluating this technology and I want to know if I can easilly integrate it to our existing management web platform, so I dont really want to use spring-batch-admin module but some kind of custom classes.
Thank you in advance.