I’d like Breeze Assistant to be able to read the internal structure of an existing workflow directly from the workflow URL/canvas and use that understanding in its suggestions.
Concretely, Breeze Assistant should be able to:
- Parse the current workflow’s structure (enrollment triggers, branches, if/then conditions, delays, actions, and exit paths) from the canvas.
- Summarize and explain the existing workflow logic in natural language for faster onboarding and reviews.
- Clone or “mirror” selected branches/paths from one workflow into:
- a different workflow, or
- a different part of the same workflow.
- Offer prompts like “Reuse the same branching logic as Segment X from Workflow Y” without requiring the user to manually re-describe every condition.
Primary use cases:
- Standardizing complex branching logic across many workflows (e.g., lead routing, SLAs, lifecycle transitions) without manually recreating each condition and branch.
- Reducing errors that arise today when teams try to copy complex workflows by hand.
- Onboarding new team members by having Breeze Assistant “walk through” an existing workflow, explain what each branch does, and then reuse proven patterns in new workflows.
Why this matters:
- Makes it significantly faster to roll out and maintain standardized workflow patterns at scale.
- Improves reliability by avoiding subtle differences between “copied” workflows.
- Helps teams understand and document legacy workflows without needing to reverse‑engineer them manually.