Skip to main content

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โ€‹

  1. Drag a Note Node onto the workflow canvas
  2. Enter note content in the properties panel
  3. Freely position or connect to nodes for better context readability
  4. 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.