We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54fa097 commit e31ae7bCopy full SHA for e31ae7b
proto/shared/shared.flow.proto
@@ -20,13 +20,9 @@ message Flow {
20
}
21
22
message FlowSetting {
23
- FlowSettingDefinition definition = 1;
24
- shared.Struct object = 2;
25
-}
26
-
27
-message FlowSettingDefinition {
28
- string id = 1;
29
- string key = 2;
+ int64 database_id = 1;
+ string flow_setting_id = 2;
+ shared.Struct object = 3;
30
31
32
message NodeFunction {
0 commit comments