Hi All, I have a scenario where I need suspend and resume a oozie job.I know this is possible by passing the jobId to oozie client. In my scenario, I have coordinator which call a Java class which call all the oozie workflows and I suspend a job if a validation fails, and exit the workflow When the coordinator call the Java class. I need to resume all the suspended jobs but how do we get the job which are in suspended state.do we any API which can give all jobids which can give this (I can think of one option where to save all jobids in DB and use this) But I wanted to check if we have any API within oozie.
Thanks Hanmayya
