title | issue |
---|---|
Refactor flow builder core |
NEXT-19345 |
- Added
DelayAware
interface atShopware\Core\Framework\Event
which defines if flow actions are able to delay. - Added
DelayAware
as one of the return elements of the following requirements of action:AddCustomerAffiliateAndCampaignCodeAction.php
AddCustomerTagAction.php
AddOrderAffiliateAndCampaignCodeAction.php
AddOrderTagAction.php
ChangeCustomerGroupAction.php
ChangeCustomerStatusAction.php
GenerateDocumentAction.php
RemoveCustomerTagAction.php
RemoveOrderTagAction.php
SendMailAction.php
SetCustomerCustomFieldAction.php
SetCustomerGroupCustomFieldAction.php
SetOrderCustomFieldAction.php
SetOrderStateAction.php
- Added
delayed
property tosrc/Core/Content/Flow/Dispatching/FlowState.php
with default value is false. - Added
currentSequence
nullable property tosrc/Core/Content/Flow/Dispatching/FlowState.php
.