is it possible to lauch some oozie workflows with only one coordinator?
问题 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