← Shopware 6.4.14.0

Shopware 6.4.14.0 app_flow_action

Custom Flow Builder actions registered by apps (e.g. send data to external service).

Columns

13 columns

Column Type Nullable Additional
id binary(16) NO Primary Key
app_id binary(16) NO Index Foreign Key → app.id
name varchar(255) NO Unique
badge varchar(255) YES
url varchar(500) NO
parameters longtext YES
config longtext YES
headers longtext YES
requirements longtext YES
icon mediumblob YES
sw_icon varchar(255) YES
created_at datetime(3) NO
updated_at datetime(3) YES

Indexes

3 indexes

Index Name Columns Unique
fk.app_flow_action.app_id app_id No
PRIMARY id Yes
uniq.app_flow_action.name name Yes

Relations (from this table)

1 relations

Local Field Foreign Table Foreign Field
app_id app id

Relations (to this table)

2 relations

Local Field Foreign Table Foreign Field
id flow_sequence app_flow_action_id
id app_flow_action_translation app_flow_action_id