For go-live, we need a Workflow Transaction Reset/Delete option as per the requirement. Currently, before go-live, we have to manually delete workflow transactions. In such cases, we need to identify the related records and spend time accessing the system and database to remove them properly. If there is a frontend option available, we can handle it from there. Otherwise, we need a script where we can pass the Transaction ID, and the system will delete all related records with a proper backup. However, the deleted data should be kept in backup. This is important so that if any running functionality stops working and the client raises a concern, we can show the development team that the testing was already completed. The complete test cases and related data should be available in backup for reference and validation.