Hi Ravi,

If my understanding is correct, you would like the processor to run
immediately and then every 5 minutes after?  If so, this could be
accomplished with the Timer Driven scheduling strategy and specifying a Run
Schedule of 5 minutes.

Cron will get you a specific time enabling you to either run every 5th
minute (*/5 * * ...) or an explicit listing of minutes that might start at
a non-zero number of the hour such as (2,7,12,17,22... * * ...).

If your needs are a bit different and not met by these approaches, some
additional details will help us track down the right path.



On Fri, May 20, 2016 at 7:09 AM, Ravisankar Mani <rrav...@gmail.com> wrote:

> Hi All,
>
>
> I have used the *CRON driven* type scheduling in processor in order to
> repeat the process for every 5 mins. But after starting the processor i
> need to wait for 5 mins to get the result form the processor. is it
> possible to run the process while starting Processor  ?.  after that
> initial run process will schedule to every 5 mins. is it possible ?
>
>
>
> Regards,
>
> Ravisankar
>

Reply via email to