<div dir="ltr">when specifying the scheduler names to kick, I'd like to choose which ones are crucial, as in they're going to fail the step if they fail.<div><br></div><div>So something like</div><div><br></div><div>Trigger(</div><div>    .....</div><div>    schdulerNames = [</div><div>         ("sched_1", will_fail_the_step = False)</div><div>         ("sched_2") # will_fail_the_step defaults to True</div><div>    ],</div><div>   other ctor params</div><div>)<br></div><div><br></div><div>and this would also affect <span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;font-weight:bold;line-height:16.8px;white-space:pre-wrap;background-color:rgba(255,255,140,0.498039)">getSchedulersAndProperties(). </span>and which would have to return a list of tuples with one more True/False param.</div><div><span style="color:rgb(51,51,51);font-family:Consolas,'Liberation Mono',Menlo,Courier,monospace;font-size:12px;font-weight:bold;line-height:16.8px;white-space:pre-wrap;background-color:rgba(255,255,140,0.498039)"><br></span></div><div>I am just gonna work on this though if it's something you pips think might be a 'good to have' as I do not want to have custom code.</div><div><br></div><div><br></div><div>Cheers!</div><div><br></div></div>