I have a coordinator definition coordinator.xml which references my workflow job workflow.xml.
I would like to be able to schedule the coordinator to run every night at midnight, but also allow the workflow to be executed in an ad-hoc way. I think I can do this by creating two separate job.properties config files, but there is obviously a lot of duplication. What I would like is to have a single job.properties file, which contains coordinator and workflow config in it. Is this possible?
