Note
In XpertAI workflows, the Note Node enhances readability and team collaboration without affecting logic execution. Itโs used for adding explanations, hints, or remarks.
Purposeโ
- Explain complex workflow logic
- Document node configuration intent
- Highlight notes or future development directions for team members
- Record debugging info or placeholders for incomplete features
Usageโ
- Drag a Note Node onto the workflow canvas
- Enter note content in the properties panel
- Freely position or connect to nodes for better context readability
- Supports Markdown format
Featuresโ
- No involvement in data flow or logic decisions
- Multiple note nodes can segment workflow sections
- Recommended for medium-to-large workflows to improve maintainability
Example Scenariosโ
- Add at workflow start: โThis workflow handles customer complaint distributionโ
- Before a branch: โHere, check if the customer is high-priorityโ
- In a to-be-developed area: โTODO: Integrate WeChat notification moduleโ
โ Note nodes are key for improving workflow readability, especially in team collaboration or complex logic.