
Configuration Guide
If the Code Node needs to use variables from other nodes, you must define variable names in the input variables section and reference them in your code. For detailed variable management, refer to Session Variables.Advanced Features
1. Error Retry Mechanism
In certain exceptional cases, re-executing the Code Node may resolve the issue. By enabling the error retry feature, the system will automatically retry execution based on predefined strategies to enhance workflow stability.- Maximum retry attempts: 10
- Maximum retry interval: 5s
2. Exception Handling
Errors may occur during code execution. To prevent a single node failure from disrupting the entire workflow, you can enable exception handling in the Code Node and configure appropriate response strategies.Configuration Steps:
- Enable the “Exception Handling” option in the Code Node.
- Select an appropriate exception handling strategy and configure it accordingly.