Skip to Content
0
Former Member
Nov 29, 2011 at 07:10 AM

parameterised job flow

35 Views

Any help in realising our requirement below would be really useful -

From a source table we have to pick fixed no of rows to be defined by job parameter.

After the job picks those rows, their status to be changed as 'picked'.

if there are more rows in the source table (i.e. more than the defined parameter) than we need another instance of the same job to pick another set of rows same as the defined parameter and update the status as above.

Can we also control how many such instances be called using a parameter.

==========================================================================

Reasons for above design -

The source table is basically a master table which provides us link to many child tables. The data pulled would be huge for each master record.

So we need something very much scalable in a way that if large no of master records arrive at the same time, we should not loose the job performance and should be able to process multiple records using multiple instances of the same job.

There are other reasons as well, like use of idoc target which limits the no of records per case etc.

regards,

Abhishek