title | issue |
---|---|
Implement base code for trigger flow builder |
NEXT-15107 |
- Added
FlowExecutor
andFlowState
classes atShopware\Core\Content\Flow
. - Added
FlowDispatcher
class atShopware\Core\Content\Flow
to dispatch business event for Flow Builder. - Added
AddOrderTagAction
class atShopware\Core\Content\Flow\Action
. - Added
FlowAction
abstract class atShopware\Core\Content\Flow\Action
. - Added
CustomerAware
andOrderAware
interfaces atShopware\Core\Framework\Event
. - Added function
getOrderId
intoShopware\Core\Checkout\Cart\Event\CheckoutOrderPlacedEvent
. - Deprecated
BusinessEventDispatcher
atShopware\Core\Framework\Event
which will be removed in v6.5.0. - Added 'display_group' column into
flow_sequence
table. - Added 'displayGroup' property into
FlowSequenceEntity
andFlowSequenceDefinition
atShopware\Core\Content\Flow\Aggregate\FlowSequence
. - Added
Sequence
class atShopware\Core\Content\Flow\SequenceTree
.