There are cases where even if an action fails, the process should continue. We want to be able to manage the failure within the process and handle it proactively instead of reactively (only after it has failed). There are different examples and sc...