Deactivating and resetting jobs does not cancel re-runs defined in a flow. What we need is a way to cancel a job/task and any rerun attempts that have been defined in the flow. That seems like a fairly important thing to be able to do in the event that you have hours of reruns defined but know that a change needs to be made that invalidates all of those reruns. Again, the only way I have been able to figure out how to accomplish this is to remove the rerun logic from the flow, stop the job/task and make the change and then add the rerun logic back to the flow. That's a pretty inconvenient workflow. In my opinion, the cancel or reset jobs functions should have an option to cancel the remaining reruns defined in the flow.