Skip to main content

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

  1. Create (blank or from duplicate)
  2. Configure workers
  3. Run & validate
  4. (Optional) Share / monetize
  5. Maintain (rename, duplicate, delete) as needs evolve.

Continue with Creating & Editing Workflows.