Shopware 6.7.8.0 flow_sequence
Ordered sequence of actions, conditions, and branches within a Flow Builder flow.
| Column | Type | Nullable | Additional |
| id | binary(16) | NO | Primary Key |
| flow_id | binary(16) | NO | Index
Foreign Key → flow.id |
| app_flow_action_id | binary(16) | YES | Index
Foreign Key → app_flow_action.id |
| parent_id | binary(16) | YES | Index
Foreign Key → flow_sequence.id |
| rule_id | binary(16) | YES | Index
Foreign Key → rule.id |
| action_name | varchar(255) | YES | |
| config | json | YES | |
| position | int | NO | Default: 1 |
| display_group | int | NO | Default: 1 |
| true_case | tinyint(1) | NO | Default: 0 |
| custom_fields | json | YES | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| Index Name | Columns | Unique |
| fk.flow_sequence.app_flow_action_id | app_flow_action_id | No |
| fk.flow_sequence.flow_id | flow_id | No |
| fk.flow_sequence.parent_id | parent_id | No |
| fk.flow_sequence.rule_id | rule_id | No |
| PRIMARY | id | Yes |
Relations (from this table)
4 relations
Relations (to this table)
1 relations
| Local Field | Foreign Table | Foreign Field |
| id | flow_sequence | parent_id |