Adjacent routes — click a node to open it.taskflow
flowchart TD
A["Start: owner opens lead contract"] --> B["/owner/leads//contract/"]
B --> C["Select template"]
C --> D["Review scope and pricing"]
D --> E["Customize terms"]
E --> F["Generate contract PDF"]
F --> G["Send for signature"]
G --> H["Track signature status"]
H --> I["End: contract in signing workflow"]
click B "https://mickael-umt.com/owner/leads/1/contract/" "Open Lead Contract"
click I "https://mickael-umt.com/owner/contracts/" "Open Contracts"