Decision: We don't need the ifExists flag on batch jobs. A batch job should always succeed if its goal is already met. Otherwise, this leads to a failed batch which cannot be handled further. So we should strive to produce as less failing batches as possible.
As a result, the following actions were performed:
- The ´*ifExists` methods for batches were removed
- Test cases that cover the `*ifExists` methods for batches were removed
Review hint: