Hi, I want to run a java action once every day.I have created a coordinator which executes the workflow containing the action 4 times every day. Normal scenario would be that the workflow runs successfully in first run.In the next runs it will run only if the previous run on the same day failed. I am writing a java action for performing this.The java program needs to get the previous workflow of the coordinator to take the decision to execute the next java action(which contains logic).
How can I achieve this ? What classes and methods can I use ? I tried to go through the documentation of the api but it is very short. I am still confused.Please help. Regards, Kashif
