Re: Continues Job

2019-11-25 Thread Sreejith Variyath
Yes. I understood. Thanks Karl. I have another question. If I update job type from TYPE_SPECIFIED to TYPE_CONTINUOUS , Then the document versioning will reset and job will pick all the documents again?. On Tue, Nov 26, 2019, 05:12 Karl Wright wrote: > One of the characteristics of continuous

Re: Continues Job

2019-11-25 Thread Karl Wright
One of the characteristics of continuous jobs is that they call addSeedDocuments multiple times on a single job run. The job run never ends, so this is how the job picks up documents for the infinitely-running job. That's just the way it works. Have you read the book? Karl On Mon, Nov 25,

Continues Job

2019-11-25 Thread SREEJITH va
Hi Every One, I am trying to setup a job which is having a JDBC repository connector. One transformation connector and a custom output connector. I want this job needs to run in two mode. - Sample Mode : This is a sample migration mode. Job will pick 10 documents and migrate to output