← Shopware 6.5.1.0

Shopware 6.5.1.0 flow

Flow Builder automation definitions — the top-level flow with trigger event and status.

Columns

11 columns

Column Type Nullable Additional
id binary(16) NO Primary Key
name varchar(255) NO
description mediumtext YES
event_name varchar(255) NO Index
priority int NO Default: 1
payload longblob YES
invalid tinyint(1) NO Default: 0
active tinyint(1) NO Default: 0
custom_fields json YES
created_at datetime(3) NO
updated_at datetime(3) YES

Indexes

2 indexes

Index Name Columns Unique
idx.flow.event_name event_name,priority No
PRIMARY id Yes

Relations (to this table)

1 relations

Local Field Foreign Table Foreign Field
id flow_sequence flow_id