How can I cancel a flow from within a task? Right ...
# ask-community
z
How can I cancel a flow from within a task? Right now if I return
Cancelled()
from within a task it only cancels the task, not the entire flow.