Christopher Stokes
09/27/2019, 8:32 PMwith raise_on_exception():
state = flow.run(parameters)
I get raised exceptions on conditional misses - like switch
statements missing. The raise signals.SKIP('Provided value "{}" did not match "{}"'.format(value, self.value)
call ends up firing and stopping execution