Mansour Zayer
Cancelled
Canceled
@flow() def main_flow(): subflows = (subflow1, subflow2, subflow3) for subflow in subflows: try: subflow() except CancelledRun: continue
Finished in state Cancelled('1/3 states cancelled.')
@task def my_task(): if condition: return Cancelled() @flow def subflow(): my_task()
for subflow in subflows: try: subflow() except CancelledRun: continue except Exception as e: ... else: Completed()
Deceivious
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.