Use Case: Deleting a User Record

Workflow:

  1. A user triggers the Delete Record action to delete a record from the system.
  2. The user specifies the unique ID of the record they want to delete.
  3. The Delete Record action is executed and the specified record is deleted from the database.
  4. 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.