Behavior
- Displays a styled sticky note on the flow canvas
- Does not process calls or emit events
- Supports Markdown formatting in the content field
- Can be connected to other nodes purely for visual organization
Configuration
| Parameter | Type | Default | Description |
|---|---|---|---|
content | string | "" | Note content. Supports Markdown formatting. |
backgroundColor | string | "#fef3c7" | Background color (hex code) |
textColor | string | "#92400e" | Text color (hex code) |
author | string | "" | Author name |
createdAt | string | "" | Creation timestamp |
Use cases
Flow documentation
Flow documentation
Add notes explaining the purpose of each section: “This branch handles VIP callers” or “Retry logic for API failures.”
TODO markers
TODO markers
Use notes with a red background to mark sections that need attention: “TODO: Add Spanish language support.”
Change log
Change log
Track recent changes with dated notes: “2024-01-15: Added holiday routing per ticket #1234.”