System Tools
Utility nodes for logging, timing, and random generation.
System utility nodes for debugging, delays, and generating random values in workflows.
Available Nodes
| Node | Description |
|---|---|
| Logger | Output messages to workflow logs |
| Timer | Add delays to workflow execution |
| Random String | Generate 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