|
1 |
| - This component is designed to provide response for client who launched the bulk operation as soon as possible and postpone handling of operations moving them to background handler. |
| 1 | +# Magento_AsynchronousOperations module |
| 2 | + |
| 3 | +This component is designed to provide response for client who launched the bulk operation as soon as possible and postpone handling of operations moving them to background handler. |
| 4 | + |
| 5 | +## Installation details |
| 6 | + |
| 7 | +The Magento_AsynchronousOperations module creates the following tables in the database: |
| 8 | + |
| 9 | +- `magento_bulk` |
| 10 | +- `magento_operation` |
| 11 | +- `magento_acknowledged_bulk` |
| 12 | + |
| 13 | +Before disabling or uninstalling this module, note that the following modules depends on this module: |
| 14 | + |
| 15 | +- Magento_WebapiAsync |
| 16 | + |
| 17 | +For information about module installation in Magento 2, see [Enable or disable modules](https://devdocs.magento.com/guides/v2.3/install-gde/install/cli/install-cli-subcommands-enable.html). |
| 18 | + |
| 19 | +## Extensibility |
| 20 | + |
| 21 | +Extension developers can interact with the Magento_AsynchronousOperations module. For more information about the Magento extension mechanism, see [Magento plug-ins](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/plugins.html). |
| 22 | + |
| 23 | +[The Magento dependency injection mechanism](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_AsynchronousOperations module. |
| 24 | + |
| 25 | +### Layouts |
| 26 | + |
| 27 | +This module introduces the following layouts and layout handles in the `view/adminhtml/layout` directory: |
| 28 | + |
| 29 | +- `bulk_bulk_details` |
| 30 | +- `bulk_bulk_details_modal` |
| 31 | +- `bulk_index_index` |
| 32 | + |
| 33 | +For more information about layouts in Magento 2, see the [Layout documentation](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/layout-overview.html). |
| 34 | + |
| 35 | +### UI components |
| 36 | + |
| 37 | +You can extend Magento_AsynchronousOperations module using the following configuration files in `view/adminhtml/ui_component/` directory: |
| 38 | + |
| 39 | +- `bulk_details_form` |
| 40 | +- `bulk_details_form_modal` |
| 41 | +- `bulk_listing` |
| 42 | +- `failed_operation_listing` |
| 43 | +- `failed_operation_modal_listing` |
| 44 | +- `notification_area` |
| 45 | +- `retriable_operation_listing` |
| 46 | +- `retriable_operation_modal_listing` |
| 47 | + |
| 48 | +For information about UI components in Magento 2, see [Overview of UI components](https://devdocs.magento.com/guides/v2.3/ui_comp_guide/bk-ui_comps.html). |
0 commit comments