get_domain_flow_detail
Retrieve a business flow's entry point, ordered steps, and linked code nodes to understand its implementation.
Instructions
Deep-dive into a specific business flow: entry point, all steps with ordering, and linked code nodes for each step.
Use this for detailed understanding of a single flow's implementation. For an overview of all domains/flows, use get_domain_overview or get_domain_detail.
Args: flow_name: Flow name (e.g., "SAGA Xử lý Lương", "init payroll", "recovery retry"). Fuzzy matching supported. project: Project name.
Returns: Full flow details with entry point, ordered steps, step summaries, and cross-referenced code nodes for each step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | ||
| flow_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |