Is it possible to tell a flow to not run if it is ...
# ask-community
w
Is it possible to tell a flow to not run if it is already running?
b
You mean cancel it?
j
@William Burdett I think you want something similar to https://prefect-community.slack.com/archives/C014Z8DPDSR/p1630817458146000
i.e. have an initial task that checks for a currently running flow, and skip. Assuming you're happy to skip as a response
upvote 1
w
Oh perfect, thank you
👍 1