Support Questions

Find answers, ask questions, and share your expertise
Announcements
Now Live: Explore expert insights and technical deep dives on the new Cloudera Community BlogsRead the Announcement

Start a job only if the previous execution has ended in oozie

avatar
Contributor

Hi, 

I want to ask is there any way to make oozie run a WF only if the previous execution has finished?

1 REPLY 1

avatar
Master Collaborator

Hi ,

 

Previous execution means previous workflow execution or previous action execution with in a workflow?

I think as i know if you have multiple actions with in a wokflow next action will start only if previous action is succeeded otherwise it fails. If its not working like this can you give the info output for that workflow id?

 

oozie job -oozie http://<oozie-server-host>:11000 -info <workflow-id>

 

Regards,

Chethan YM