Page 1 of 1

Can we trigger sequence or multiple parallel jobs in ISD job

Posted: Tue Mar 22, 2016 12:19 pm
by allavivek
Hi -

Currently we have process logic with set of parallel jobs and sequence which is batch scheduled. New business requirement is to have the batch jobs triggered as soon as the user updates happen from Front end (UI).

I am thinking if we have the ISD job (always running job), UI can invoke the ISD job to process the data.

But Can we have ISD job call the sequence or set of parallel jobs to process when ever it gets invoked ?

Or any other suggestions on implementation will be helpful.

Thanks

Posted: Tue Mar 22, 2016 1:34 pm
by ray.wurlod
Yes you can. The easiest way is to use a server job that invokes the DSRunJob routine from a Transformer stage.