hello how can I cancel a flow in an if condition?
# prefect-getting-started
a
hello how can I cancel a flow in an if condition?
a
One option would be to raise an exception within a flow (based on condition)
a
yep, that way I solved, but I wondered if a method existed for cancelling a flow without using raise