schedule: daily
steps:
• name: fetch
image: example/fetch:latest
• name: transform
image: example/transform:latest
• name: publish
image: example/publish:latest
A
B
C
Included
- Builds a directed acyclic graph from a YAML file and runs steps under strict, limited conventions.
- Treats step outputs as artifacts in storage or as rows in a database, used as hand-off points.
- Keeps the surface area small by preferring rigid constraints over flexibility.
Not included
- No attempt to compete with full workflow orchestration platforms.
- No dynamic graphs, plugins, or arbitrary runtime logic.
- No managed hosting, accounts, or service guarantees.