title | issue |
---|---|
Add Flat struct to flow |
NEXT-21089 |
- Added
flat
protected inShopware\Core\Content\Flow\Dispatching\Struct\Flow
. - Added
getFlat
andjump
public functions inShopware\Core\Content\Flow\Dispatching\Struct\Flow
. - Changed
build
,createNestedSequence
,createNestedAction
andcreateNestedIf
functions inShopware\Core\Content\Flow\Dispatching\FlowBuilder
to build the flat struct for flow payload.