Shopware 6.5.1.1 flow
Flow Builder automation definitions — the top-level flow with trigger event and status.
| 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 | |
| Index Name | Columns | Unique |
| idx.flow.event_name | event_name,priority | No |
| PRIMARY | id | Yes |
Relations (to this table)
1 relations