I have a oozie coordinator which runs every 30 minutes.
But I want to run only one instance of it at a time.
(Say, if the workflow takes more than 30 minutes to complete, I don't want the next scheduled workflow to start running until the previous one finishes)
Is there a configuration property I can set in coordinator.xml to achieve this?