Whne user disables build flow, any dependent flows create errors after checkin
If a build flow is connected to a deploy flows, and the user disables the build flow, without any warning to the user the system will accept the user's changes but end up failing on subsequent pipelines because the deploy flows still try to run, even though the build flow did not.
The flow compiler should recognize when predecessors are disabled and not try to run successor flows.