Concepts¶
This section explains the architectural concepts behind Fluxify.
- App Config: Managing secrets and configuration.
- Blocks: The unit of logic.
- Edges: The flow of control.
- Execution Engine: How workflows are run.
- Globals: State management.
- Integrations: Connecting to the world.
- Virtual Machine: Safe code execution.
- HTTP Client: Network request handling.
- Evaluators: Logic decision engine.
- Logging: Observability system.