| Start | avoid | Use only in exceptional cases; this handoff is usually weaker because Start is not a natural next step after Human Handover. | High risk of confusing flow logic, dead-end paths, or poor user experience if Human Handover routes directly to Start. | Prefer another target node; if unavoidable, isolate this path, document ownership, and monitor it with alerts. |
| Message | avoid | Use only in exceptional cases; this handoff is usually weaker because Message is not a natural next step after Human Handover. | High risk of confusing flow logic, dead-end paths, or poor user experience if Human Handover routes directly to Message. | Prefer another target node; if unavoidable, isolate this path, document ownership, and monitor it with alerts. |
| Media | avoid | Use only in exceptional cases; this handoff is usually weaker because Media is not a natural next step after Human Handover. | High risk of confusing flow logic, dead-end paths, or poor user experience if Human Handover routes directly to Media. | Prefer another target node; if unavoidable, isolate this path, document ownership, and monitor it with alerts. |
| Decision | avoid | Use only in exceptional cases; this handoff is usually weaker because Decision is not a natural next step after Human Handover. | High risk of confusing flow logic, dead-end paths, or poor user experience if Human Handover routes directly to Decision. | Prefer another target node; if unavoidable, isolate this path, document ownership, and monitor it with alerts. |
| FAQ | avoid | Use only in exceptional cases; this handoff is usually weaker because FAQ is not a natural next step after Human Handover. | High risk of confusing flow logic, dead-end paths, or poor user experience if Human Handover routes directly to FAQ. | Prefer another target node; if unavoidable, isolate this path, document ownership, and monitor it with alerts. |
| API Call | avoid | Use only in exceptional cases; this handoff is usually weaker because API Call is not a natural next step after Human Handover. | High risk of confusing flow logic, dead-end paths, or poor user experience if Human Handover routes directly to API Call. | Prefer another target node; if unavoidable, isolate this path, document ownership, and monitor it with alerts. |
| User Input | avoid | Use only in exceptional cases; this handoff is usually weaker because User Input is not a natural next step after Human Handover. | High risk of confusing flow logic, dead-end paths, or poor user experience if Human Handover routes directly to User Input. | Prefer another target node; if unavoidable, isolate this path, document ownership, and monitor it with alerts. |
| Delay | avoid | Use only in exceptional cases; this handoff is usually weaker because Delay is not a natural next step after Human Handover. | High risk of confusing flow logic, dead-end paths, or poor user experience if Human Handover routes directly to Delay. | Prefer another target node; if unavoidable, isolate this path, document ownership, and monitor it with alerts. |
| Timeout | avoid | Use only in exceptional cases; this handoff is usually weaker because Timeout is not a natural next step after Human Handover. | High risk of confusing flow logic, dead-end paths, or poor user experience if Human Handover routes directly to Timeout. | Prefer another target node; if unavoidable, isolate this path, document ownership, and monitor it with alerts. |
| Retry | avoid | Use only in exceptional cases; this handoff is usually weaker because Retry is not a natural next step after Human Handover. | High risk of confusing flow logic, dead-end paths, or poor user experience if Human Handover routes directly to Retry. | Prefer another target node; if unavoidable, isolate this path, document ownership, and monitor it with alerts. |
| Set Variable | avoid | Use only in exceptional cases; this handoff is usually weaker because Set Variable is not a natural next step after Human Handover. | High risk of confusing flow logic, dead-end paths, or poor user experience if Human Handover routes directly to Set Variable. | Prefer another target node; if unavoidable, isolate this path, document ownership, and monitor it with alerts. |
| Fallback | avoid | Use only in exceptional cases; this handoff is usually weaker because Fallback is not a natural next step after Human Handover. | High risk of confusing flow logic, dead-end paths, or poor user experience if Human Handover routes directly to Fallback. | Prefer another target node; if unavoidable, isolate this path, document ownership, and monitor it with alerts. |
| Switch / Router | avoid | Use only in exceptional cases; this handoff is usually weaker because Switch / Router is not a natural next step after Human Handover. | High risk of confusing flow logic, dead-end paths, or poor user experience if Human Handover routes directly to Switch / Router. | Prefer another target node; if unavoidable, isolate this path, document ownership, and monitor it with alerts. |
| Condition | avoid | Use only in exceptional cases; this handoff is usually weaker because Condition is not a natural next step after Human Handover. | High risk of confusing flow logic, dead-end paths, or poor user experience if Human Handover routes directly to Condition. | Prefer another target node; if unavoidable, isolate this path, document ownership, and monitor it with alerts. |
| Loop | avoid | Use only in exceptional cases; this handoff is usually weaker because Loop is not a natural next step after Human Handover. | High risk of confusing flow logic, dead-end paths, or poor user experience if Human Handover routes directly to Loop. | Prefer another target node; if unavoidable, isolate this path, document ownership, and monitor it with alerts. |
| End | recommended | Use this when the journey should first transfers the conversation to a human or external support channel and then closes the journey with a final confirmation or closing message. | Main risk is missing fallback, timeout, or error coverage around the Human Handover to End transition. | Define one clear transition rule, map required variables, and test happy path plus one failure scenario before launch. |
| Intent Router | avoid | Use only in exceptional cases; this handoff is usually weaker because Intent Router is not a natural next step after Human Handover. | High risk of confusing flow logic, dead-end paths, or poor user experience if Human Handover routes directly to Intent Router. | Prefer another target node; if unavoidable, isolate this path, document ownership, and monitor it with alerts. |
| AI Extract | avoid | Use only in exceptional cases; this handoff is usually weaker because AI Extract is not a natural next step after Human Handover. | High risk of confusing flow logic, dead-end paths, or poor user experience if Human Handover routes directly to AI Extract. | Prefer another target node; if unavoidable, isolate this path, document ownership, and monitor it with alerts. |
| Error Handler | avoid | Use only in exceptional cases; this handoff is usually weaker because Error Handler is not a natural next step after Human Handover. | High risk of confusing flow logic, dead-end paths, or poor user experience if Human Handover routes directly to Error Handler. | Prefer another target node; if unavoidable, isolate this path, document ownership, and monitor it with alerts. |
| AI Sentiment | avoid | Use only in exceptional cases; this handoff is usually weaker because AI Sentiment is not a natural next step after Human Handover. | High risk of confusing flow logic, dead-end paths, or poor user experience if Human Handover routes directly to AI Sentiment. | Prefer another target node; if unavoidable, isolate this path, document ownership, and monitor it with alerts. |
| AI Memory | avoid | Use only in exceptional cases; this handoff is usually weaker because AI Memory is not a natural next step after Human Handover. | High risk of confusing flow logic, dead-end paths, or poor user experience if Human Handover routes directly to AI Memory. | Prefer another target node; if unavoidable, isolate this path, document ownership, and monitor it with alerts. |
| AI Generate | avoid | Use only in exceptional cases; this handoff is usually weaker because AI Generate is not a natural next step after Human Handover. | High risk of confusing flow logic, dead-end paths, or poor user experience if Human Handover routes directly to AI Generate. | Prefer another target node; if unavoidable, isolate this path, document ownership, and monitor it with alerts. |