Skip to content

Commit d82513b

Browse files
committed
feat: added definition_source to NodeFunction
1 parent e0548ab commit d82513b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

proto/shared/shared.flow.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ message NodeFunction {
4646
string runtime_function_id = 2;
4747
repeated NodeParameter parameters = 3;
4848
optional int64 next_node_id = 4;
49+
string definition_source = 5;
4950
}
5051

5152
message NodeValue {

0 commit comments

Comments
 (0)