Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am running a standard job with different parameter stored in excel or database.
I want to run that job in parallel with all different parameter.
Currently if i access parameter from database and run that job, its running in sequentially.
Other option is using tparallelize and hard code each parameter in that job instance separately (here it will work in parallel but too much manual work).
My question is, Is there any method where i can access the parameter from database and run the job with all parameters parallelly.
Regards,
rajkamal
@kbentama , you can have a db table with execution sequence and can design with tParallelize component for one flow you need to take execution sequence =1 and other flow should be execution sequence =2 ,like that you can design your job.