Hi Eric, There's the notion of trigger rules if you want to trigger downstream jobs based on other states than success. http://pythonhosted.org/airflow/concepts.html#trigger-rules
A tangent thought about color in the UI, trigger rules should probably be represented as different edge color in the UI. Max On Tue, Jun 14, 2016 at 6:52 AM, Eric Johnson <[email protected]> wrote: > Hi- > > I believe the answer is no but I wanted to see if I overlooked something. > > Does airflow provide a notion of different success states. I'm looking to > capture the idea that something completed such that downstream dependencies > can still run but that there is something unsatisfactory about the result > of the task. It would be terrific to represent these completion states as > different colors in the UI. > > Eric > > > > >
