Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions proto/shared/shared.flow_definition.proto
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ message FlowType {
// Version of the flow type
// Format: "major.minor.patch", e.g. "1.2.3"
string version = 11;
string display_icon = 12;
}

message FlowTypeSetting {
Expand Down
1 change: 1 addition & 0 deletions proto/shared/shared.runtime_function.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ message RuntimeFunctionDefinition {
// Version of the runtime function
// Format: "major.minor.patch", e.g. "1.2.3"
string version = 12;
string display_icon = 13;
}

// Definition of a parameter used for execution
Expand Down