I'm not sure to use the good tool for what I want.
I have a lot of workflows which can be dependent or not.
Exemple :
- /workflow1
- /workflow.xml
- /job.properties
- /workflow2
- /workflow.xml
- /job.properties
- ....
I thought that we can have a corrdinator which can launch (with some data conditions) all the workflow. But I begin to think that is not the good practice.
Should we have one coordinator per workflow with all the conditions of executions + one bundle who launch all the coodinator ? like that :
- /wf1
- /workflow.xml
- /job.properties
- /coordinator.xml
- /wf2
- /workflow.xml
- /job.properties
- /coordinator.xml
- /bundle.xml
OR one coordinator can launch all the workflow (they can be dependant or not) ?
- /wf1
- /workflow.xml
- /job.properties
- /wf2
- /workflow.xml
- /job.properties
- /coordinator.xml