Flow Configuration Items
- Set up configuration items for each flow.
- Regular users only need to modify the Excel or JSON file, without directly modifying the flow script code.
Configuration in Excel Format
Create an Excel file, e.g.: Config.xlsx
See demo example: Excel Read/Write
Configuration in JSON Format
Create a JSON file, e.g.: Config.json
javascript
global.global_config = require('./Config.json')Dynamic Flow Configuration
During flow execution, configuration items can be manually input, after which the flow continues execution.
API: User Input waitInput
See demo example: User Manual Input Variable Example.js