Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (15 loc) · 988 Bytes

2021-06-07-implement-base-code-for-trigger-flow-builder.md

File metadata and controls

15 lines (15 loc) · 988 Bytes
title issue
Implement base code for trigger flow builder
NEXT-15107

Core

  • Added FlowExecutor and FlowState classes at Shopware\Core\Content\Flow.
  • Added FlowDispatcher class at Shopware\Core\Content\Flow to dispatch business event for Flow Builder.
  • Added AddOrderTagAction class at Shopware\Core\Content\Flow\Action.
  • Added FlowAction abstract class at Shopware\Core\Content\Flow\Action.
  • Added CustomerAware and OrderAware interfaces at Shopware\Core\Framework\Event.
  • Added function getOrderId into Shopware\Core\Checkout\Cart\Event\CheckoutOrderPlacedEvent.
  • Deprecated BusinessEventDispatcher at Shopware\Core\Framework\Event which will be removed in v6.5.0.
  • Added 'display_group' column into flow_sequence table.
  • Added 'displayGroup' property into FlowSequenceEntity and FlowSequenceDefinition at Shopware\Core\Content\Flow\Aggregate\FlowSequence.
  • Added Sequence class at Shopware\Core\Content\Flow\SequenceTree.