I have a requirement to inject a conditional execution in my workflow. For ex: If a particular condition is met, then a particular workflow should be executed. If not, a different workflow should be executed.
From my understanding, there is no direct feature in Azkkaban that supports this. Only Oozie supports it. Wanted to know how Azkkaban users are dealing with this? I am sure everyone must be facing this in some form or the other.
Thanks, Kranthi
You can use a trigger plugin in Azkaban to do that. Here's a example of a simple one I came up with: https://gist.github.com/feliperazeek/faae2fed6aef780442a4.
You can implement your own Condition implementation.