Use Case: Deleting a User Record
Workflow:
- A user triggers the Delete Record action to delete a record from the system.
- The user specifies the unique ID of the record they want to delete.
- The Delete Record action is executed and the specified record is deleted from the database.
- When the deletion is complete, the data in the system is updated.
- The user record with the ID user_12345 is deleted from the Users table.
- The data of the deleted record is automatically removed from other processes in the system.