Log in
Model

SaveMultipleOperations

Magento\AsynchronousOperations\Model\SaveMultipleOperations

What it does

This class provides functionality to save multiple asynchronous operations to the database in a single batch insert operation.

Developers use this when they need to efficiently persist multiple bulk operation records at once, such as when creating a new bulk operation with many tasks.

It implements the SaveMultipleOperationsInterface and handles bulk insertion with proper error handling.

Public Methods

  • execute()