Back to the changelog

v0.10

May 10, 2026

Visual flow progress, related items, activation mode

  • Feature

    Visual Flow Progress

    A new stepper bar below the item header shows where the item is in its journey: filled dots for visited states, a pulsing ring for the current state, and empty dots for the future. Click to open a full interactive map of the flow with zoom and pan.

  • Feature

    Related Items

    Below the history timeline, see all other items linked to the same business entity (same order, contract, etc.) across different flows. Each one has a direct link to its detail page.

  • Feature

    Flow Activation Mode

    Control how many items can be created per entity: Multiple (no limits), Single active (one at a time, repeatable), or One per entity (one-shot). Configure in the Activation tab of the designer.

  • Integration

    n8n Execution Tracking

    When a webhook task calls an n8n workflow, FlowSharp now tracks the execution ID. View status, duration, and a direct "Open in n8n" link right from the item detail page.

  • Improvement

    Integrated Guide

    The /docs page has been renamed from "API Guide" to "Guide" and now includes both the user guide (how to use FlowSharp) and the API reference for developers.

  • Security

    Input Validation Hardening

    Added schema validation on flow meta updates, result limits on related items queries, and removed an unused legacy field from the designer schema.