Hi folks
I have a series of SysOperation jobs. The jobs need to be able to run separately - hence the reason I created a job for each. Now I want to create a parent job that calls all the separate ones.
Let's say I have 4 jobs: XYZJobAController, XYZJobBController, XYZJobCController and XYZJobDController. Each of them have a contract class and an operation class. Then I have a wrapper controller XYZJobWrapperController (I'm not yet sure whether it should have its own contract and operation classes). Some of the jobs are dependant and some are not.
What is the best/appropriate/recommended method to run controllers A to D from within the wrapper?
There are numerous examples in the standard application. But they are all so different - I am not sure which I should follow. So the question is more about which method to use instead of how to do this.
If this question seems too broad to you, the reader, then it is not for you to answer.
Thanks for your attention.