We have a scheduler flow already which runs on some times specified. Now for a new client we need the same flow to work.
Without having to add a new scheduler and duplicate the scheduler component with new details, is there any way to dynamically create those in Mule without redeploying the application? Or any other ways to achieve the functionality?
There is no out of the box way to create dynamically schedulers in Mule 4. An alternative is to develop your own message source in a custom connector to trigger the flow using the Mule Java SDK. Note that your custom connector will not be recognized as a scheduler in CloudHub UI. If you want to be able to manage you will have to implement an alternative.