Page 1 of 1

Register Job Sequence in RTI

Posted: Thu Aug 10, 2006 12:27 am
by williamswe
Hello,

Is it possible to register Job Sequence in RTI?
Our currently design is... to create an empty job which invokes the job seq through "Job Control" and then register that empty job in RTI as web service.

Thanks & Regards,
william

Posted: Wed Aug 30, 2006 12:56 am
by Kirtikumar
I do not think it is possible.

There is no property available for the sequence job to enable it for RTI. You can make it muli-instance enabled.

But there is an alternative to it.
Create one job with input RTI stage and then transformer and then output RTI stage. In the transformer, call dsjob command to run the sequence you want to invoke. For this you can define a stage variable and then call DSJob. Register this RTI job and as soon as u call this job it will start the sequence.
But there are certain design decisions such as - do you want response from the job just after triggering the sequence or so want the RTI job should return when the sequence finishes etc.