logo_smallAxellero.io

System Tools

Utility nodes for logging, timing, and random generation.

System utility nodes for debugging, delays, and generating random values in workflows.

Available Nodes

NodeDescription
LoggerOutput messages to workflow logs
TimerAdd delays to workflow execution
Random StringGenerate random strings and UUIDs

Common Use Cases

Debugging and Monitoring

  • Use Logger to track workflow execution and debug issues
  • Log key decision points and variable values
  • Monitor workflow performance and errors

Workflow Control

  • Use Timer to add delays between operations
  • Rate limit API calls to prevent quota exceeded errors
  • Wait for external services to complete processing

Data Generation

  • Use Random String to generate unique identifiers
  • Create test data for development workflows
  • Generate secure tokens and codes