// CATEGORY: CORE CONCEPTS

Core Concepts

7 articles
  1. Watch a Run Live When a workflow runs, a live execution panel slides in from the right of the builder and shows the run as it…
  2. Workflows Explained A workflow is an automation you build visually on a canvas. You drag nodes onto the canvas, connect them, and the plugin…
  3. Nodes and Their Types Nodes are the building blocks of every workflow. Each node is a single step that does one job, and you connect nodes…
  4. Edges and Connections Edges are the lines that connect nodes on the canvas. They do two things: they set the order in which nodes run,…
  5. Triggers and Actions Triggers initiate your workflows, while actions are the operations performed within the workflow. Trigger types: Manual: Initiated by user action Automated: Respond…
  6. Data Flow and Variable Handling Data flows through a workflow along its edges. Each node produces an output, and any node downstream can read that output by…
  7. Execution and Scheduling A workflow runs when its trigger fires. You control how it starts and, separately, where it runs: on your own server (Local)…