Overview
This engine is the exact graph you build in the canvas: a Web Quote Start entry, a Select Service step (one item), then Check Service Type as an OR gate. The TRUE path continues to Installation Details; the FALSE path goes to Repair Request. From installation, Route by Property is a BRANCH: House leads through House Specifics (zero items in the template snapshot) before finishing; Condo skips straight to Submission Complete. The flow terminates at Submission Complete (END).
How it works
- Web Quote Start (START) kicks off the quote; the runner enters the flow here.
- Select Service (1 ITEM) collects the initial service choice before any branching.
- Check Service Type (OR) evaluates service type: on TRUE, the path is Installation Details (1 ITEM); on FALSE, it is Repair Request (1 ITEM).
- After installation details, Route by Property (BRANCH) splits on property type: House continues to House Specifics, then to the end node; Condo connects directly to the end node.
- Submission Complete (END) closes the workflow once the active path’s steps are satisfied.
Key Features
- Explicit START and END nodes so the flow’s entry and exit are unambiguous.
- OR logic on Check Service Type with separate install vs repair paths.
- BRANCH on Route by Property (House vs Condo) with different downstream steps.
- Mix of item steps (Select Service, Installation Details, Repair Request) and a House Specifics block you can extend with fields as needed.
Use Cases
- HVAC dealers who need install vs repair intake on one canvas.
- Teams that must ask different follow-ups for houses vs condos.
- Any service business that wants a quoted web journey with visible branch logic—not a single flat form.

