Skip to content
Merged
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
2 changes: 1 addition & 1 deletion backend/domain/workflow/entity/node_meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ var NodeTypeMetas = map[NodeType]*NodeTypeMeta{
// Color is the color of the upper edge of the node displayed on Canvas.
Color: "F2B600",

// IconURL is the URL of the icon displayed on Canvas.
// 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.
IconURI: "default_icon/workflow_icon/icon-json-stringify.jpg",

// SupportBatch indicates whether this node can set batch mode.
Expand Down
Loading