Integration Suite | Action Queues
Action queues are used for automatically scheduling additional, decoupled actions for records after an import or export.
In this process, a record is not processed in its entirety immediately, but is instead written to a destination queue. This destination queue can then be processed by Action Record Processor plugins.
Examples of follow-up actions:
Transfer a record to a separate destination queue
Thus, action queues are used for performing follow-up actions in a controlled, configurable, and queue-based manner.
Action queues can be operated independently or filled from another queue using a Fill Action Queue posthandler (Fill Action Queue, Fill Action Queue - ruled, Fill Action Queue with Children, Fill Action Queue with Children - ruled, Fill Action Queue with created Products). Multiple action queues can also be chained together using these posthandlers. We recommend performing only one action per action queue.