| Drafting an internal summary | Pause the visible workflow | Confirm whether drafts can still be delivered | A draft-only function may have a lower consequence than external sending, but a separate delivery step can turn a harmless pause into an incomplete containment. Check the whole path and keep source material available for manual review. |
| Sending customer messages | Disable the intake trigger | Block the sender and inspect scheduled messages | Stopping new intake leaves any already scheduled messages to consider. Inspect the sending service's accepted and pending records. Do not assume a missing local log means a message was never handed over. |
| Creating jobs | Stop one worker | Reconcile jobs by stable source reference | Another worker or retry mechanism may still create the same job. The stop boundary should cover all creation paths, and recovery should find existing jobs before creating replacements for apparently failed attempts. |
| Changing appointments | Roll back the prompt | Inspect each affected appointment and request | A prompt revision does not restore a changed appointment. Distinguish requested changes from completed changes, review actual calendar state and let the authorised booking owner decide any correction or customer contact. |
| Preparing financial entries | Clear the exception queue | Hold posting and preserve exception evidence | Deleting pending items may destroy the evidence needed to identify affected obligations. Keep the original records and statuses, then reconcile posted entries and held requests through the business's approved financial review process. |
| Updating a knowledge base | Revert the latest file | Find copies, caches and already generated answers | A reverted document may coexist with older indexed content or cached answers. Check the answer actually served against the approved version. Consider whether any consequential advice already issued needs a separate response. |
| Running a nightly batch | Disable tomorrow's schedule | Identify active runs and downstream queues | The schedule controls future starts, not necessarily a run already in progress. Capture run identifiers and inspect downstream activity. Record how the next expected batch will be handled while the schedule is paused. |
| Resuming an uncertain request | Retry after the service returns | Check destination state before replay | A connection loss can leave an unknown result rather than a failed result. Recover by a stable reference or human inspection. Keep ambiguous work held instead of treating a fresh request as proof that the old one did nothing. |