Delete Many (Activity)
- Purpose: To delete multiple data entities from the system's data store in a single operation.
- Functionality: The "Delete Many" activity allows you to delete a batch of records or objects from a defined entity type based on specified criteria. You would typically configure this activity with:
- Entity Type: The type of entity to delete from (e.g., "Customer", "Order", "Product").
- Deletion Criteria: Conditions or filters that specify which entities should be deleted (e.g., "delete all orders older than X date", "delete all inactive users").
- Use Cases:
- Bulk Data Deletion: Efficiently deleting large sets of data entities that meet specific criteria.
- Data Archival or Purging (Bulk): Performing bulk deletion of data as part of archival or data purging processes.
- Batch Data Management: Handling batch deletion operations for data cleanup or maintenance tasks.