Model
OperationManagement
Magento\AsynchronousOperations\Model\OperationManagement
What it does
This class manages the status updates of asynchronous bulk operations in Magento 2.
Developers use this class to change the status of individual operations within a bulk job, including updating error codes, messages, and result data.
It's primarily used by the Message Queue system when processing bulk operations to track progress and results.
Public Methods
- changeOperationStatus()