[
https://issues.apache.org/jira/browse/OOZIE-2717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15599212#comment-15599212
]
Abhishek Bafna commented on OOZIE-2717:
---------------------------------------
Oozie coordinators have option for specifying execution order. Default is
{{FIFO}}, which will executes all the instances in {{FIFO}} manner. If you want
to skip all the missed or old instances then use {{NONE}} and if you want to
execute only the last instance from the missed or old instances then use
{{LAST_ONLY}}. Thanks.
Check Oozie Coordinator documentation for more information : [Synchronous
Coordinator Application
Definition|https://oozie.apache.org/docs/4.2.0/CoordinatorFunctionalSpec.html#a6.3._Synchronous_Coordinator_Application_Definition]
> oozie starts running workflow even if startdate has already passed
> ------------------------------------------------------------------
>
> Key: OOZIE-2717
> URL: https://issues.apache.org/jira/browse/OOZIE-2717
> Project: Oozie
> Issue Type: Bug
> Reporter: vishal
>
> for ex: if start = today - 30days .and if you run the coordinator today then
> oozie will start running workflows from past 30 days.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)