?
Requirement
Hardware​
CPU: Intel, ARM
Memory: Recommended minimum is 512MB
Storage: Recommended minimum is 1GB
Knowledge​
To effectively use API AutoFlow, there are a few basic technology conceptions that you need to know.
1. Workflow​
Workflow consists of INPUT, Action, and OUTPUT.
✅ INPUT Simulation
Workflow receives the data through INPUT
✅ Actions and Scope variables
Performs some action(s)
✅ OUTPUT Mapping
Gives data back through OUTPUT
2. Server​
HTTP(S) Server.
INPUT: HTTP request
OUTPUT: HTTP response
3. Service​
Service is like a function in programming.
INPUT: argument(s)
OUTPUT: argument(s)
APIs​
API definition using OpenAPI standard.
Client​
Connection to services such as Database and MQTT.
Helpful?