Skip to content

[P1] Audit: Workflow pages cannot be run or imported into Pipeline Builder #132

Description

@baixiangcpp

Imported from the byteflow.tools deep audit on 2026-06-22.

Problem: workflow pages describe multi-step paths, but users must manually open each linked tool. Existing workflow content should connect directly to Pipeline Builder so a user can import a workflow as a runnable local recipe.

Affected URLs:

Reproduction steps:

  1. Open a workflow page.
  2. Review the step-by-step path.
  3. Look for an “Open in Pipeline Builder” or “Run this workflow” button.
  4. Click each tool manually and compare effort with using Pipeline Builder.

Expected behavior: workflow pages should offer a one-click import into Pipeline Builder, preserving steps and public options but excluding input data.

Actual behavior: workflow pages are static guidance pages with links to individual tools.

Impact: valuable content does not fully convert into product usage. Users must perform manual tab switching and lose context.

Proposed fix:

  • Add “Open in Pipeline Builder” CTA to workflow pages.
  • Store workflow-to-recipe mapping in manifest data.
  • Add a preview of steps before import.
  • Preserve privacy boundary and exclude runtime input.
  • Add analytics for workflow-to-pipeline conversion using safe event names only.

Acceptance criteria:

  • Each workflow page can import a matching Pipeline Builder recipe.
  • Imported recipe steps match the written workflow.
  • No runtime data is included in the import link.
  • The user can run the recipe immediately after adding input.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions