Workflows – General Concept
Workflows are automated sequences of workers that transform inputs into useful outputs or actions.
When To Use a Workflow
- You want to fetch, enrich, and display data repeatedly.
- You need to orchestrate multiple steps with conditions.
- You plan to power dashboard widgets with up‑to‑date results.
- You wish to share or monetize a reusable automation pattern.
Core Principles
- Modular: each worker does one focused job.
- Visual: reorder, enable/disable, and inspect without code.
- Transparent: preview data at each stage and inspect errors.
- Shareable: duplicate or publish for community reuse.
Lifecycle
- Create (blank or from duplicate)
- Configure workers
- Run & validate
- (Optional) Share / monetize
- Maintain (rename, duplicate, delete) as needs evolve.
Continue with Creating & Editing Workflows.