You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

Hello,
I need to use a loop to run a job several times depend on date values in a db.
For example, my column has got 4 dates (01/02/2008,02/02/2008,03/02/2008,04/02/2008)
I put an OracleInput to get this values, and a FlowToIterate after a RunJob.
My question is how can i set parameter with the date value for the sub_job ?
I hope i was clear, if i don't i can upload my job.
Thanks for your help.
Offline
Hello
Define a context variable in child job, then pass date from father job to child job on tRunJob component via this variable.
Please see the screenshots.
Best regards
shong
Offline
Pages: 1