Model
StatusMapper
Magento\AsynchronousOperations\Model\StatusMapper
What it does
This class provides bidirectional mapping between individual operation statuses and bulk operation summary statuses in Magento's asynchronous operations system.
Developers use it when working with bulk operations to translate between granular operation states (like retriably failed, rejected, complete) and high-level bulk summary states (like finished with failure, finished successfully, in progress).
Public Methods
- operationStatusToBulkSummaryStatus()
- bulkSummaryStatusToOperationStatus()