Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 767 Bytes

2021-06-24-improvement-performance-for-trigger-flow.md

File metadata and controls

13 lines (13 loc) · 767 Bytes
title issue
Improvement performance for trigger flow
NEXT-15742

Core

  • Added FlowIndexer, FlowIndexingMessage and FlowPayloadUpdater class at Shopware\Core\Content\Flow\DataAbstractionLayer.
  • Added FlowIndexerEvent class at Shopware\Core\Content\Flow\Events.
  • Added AbstractFlowLoader interface and FlowLoader class at Shopware\Core\Content\Flow.
  • Added payload column into table flow.
  • Added payload property into FlowEntity and FlowDefinition class at Shopware\Core\Content\Flow.
  • Added FlowEvent class at Shopware\Core\Framework\Event.
  • Added SequenceTree and SequenceTreeCollection classes at Shopware\Core\Content\Flow\SequenceTree.
  • Added StopFlowAction class at Shopware\Core\Content\Flow\Action.