ANDRON Action Nodes Reference
Action nodes are the fundamental building blocks of workflows in the ANDRON automation platform. Each action node represents a specific task or operation that can be performed within a workflow, allowing you to create complex, multi-step automation processes.
What are Action Nodes?
Action nodes are the fundamental building blocks of workflows in the ANDRON automation platform. Each action node represents a specific task or operation that can be performed within a workflow, allowing you to create complex, multi-step automation processes.
Node Categories
ANDRON provides action nodes across several key categories:
- Data Processing: Manipulate and transform data
- External APIs: Interact with external services and web APIs
- Flow Control: Manage workflow logic and execution
- Math and Logic: Perform calculations and comparisons
- Text Processing: Manipulate and format text
- Utilities: Perform miscellaneous helper tasks
- Notifications: Send messages and alerts
Input/Output Data Flow
Each action node follows a standardized input/output pattern:
- Inputs: Configuration parameters and incoming data from previous nodes
- Outputs: Results wrapped in an
outputkey - Consistent Format:
{ output: processedValue }
Example Data Flow
[Previous Node] → [Current Node] → [Next Node]
Process Data
Configuration Basics
Action nodes are configured through:
- Parameters: Node-specific settings
- Connections: Linking nodes in a workflow
- Data Mapping: Connecting outputs from one node to inputs of another
Common Patterns
- Error Handling: Most nodes support error outputs
- Dynamic Inputs: Many nodes can use variables from previous steps
- Chaining: Combine multiple nodes for complex logic
Best Practices
- Keep workflows modular
- Use descriptive node names
- Test individual node configurations
- Handle potential error scenarios
- Optimize node sequence for performance
Recommended Exploration
Last updated: 12/2/2025