Skip to content

Commit ffec252

Browse files
authored
fix(workflow): update comment for IconURI field (#2155)
1 parent 6790abe commit ffec252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/domain/workflow/entity/node_meta.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ var NodeTypeMetas = map[NodeType]*NodeTypeMeta{
915915
// Color is the color of the upper edge of the node displayed on Canvas.
916916
Color: "F2B600",
917917

918-
// IconURL is the URL of the icon displayed on Canvas.
918+
// IconURI is the resource identifier for the icon displayed on the Canvas. It's resolved into a full URL by the backend to support different deployment environments.
919919
IconURI: "default_icon/workflow_icon/icon-json-stringify.jpg",
920920

921921
// SupportBatch indicates whether this node can set batch mode.

0 commit comments

Comments
 (0)