Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Who agreed with this solution

avatar
Master Mentor

@Michael Rivera

NiFi is designed to accept many triggers words sec, second, secs, seconds, min, minutes, mins, hr, hrs , day, days, etc....

The max it will accept as of NiFi 1.x is week or weeks (or wk or wks).

If you enter an invalid trigger word, the processor will let you know it is invalid. Such as trying to use month or year will produce the below:

11736-screen-shot-2017-01-25-at-115140-am.png

Keep in mind that by using the "timer driven" scheduling strategy you are not setting a specific execution time. You are setting an execution interval where the first interval is scheduled upon start of the processor. The second execution will occur x amount of configured "run schedule" later. If you stop and then start the processor again, the interval starts over.

The "CRON Driven" scheduling strategy allow you to configure an exact time(s) for execution.

Thanks,

Matt

View solution in original post

Who agreed with this solution