Run actions when a flow is cancelled?
So I have a flow that does a number of things and what we are finding is that there are instances when we need to cancel the flow. This is not difficult but we need the flow to clean up after itself. I was hoping that a cancel was considered an err...