Skip to content

Commit a84a311

Browse files
committed
fix(appointment-scheduling): remove unnecessary condition step
1 parent c855138 commit a84a311

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

fern/workflows/examples/appointment-scheduling.mdx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -222,19 +222,6 @@ You'll start with a default template that includes a "Call Start" node. We'll mo
222222
```
223223
</Step>
224224

225-
<Step title="Configure Edge Conditions">
226-
Connect the nodes with conditional edges:
227-
228-
**To Schedule Appointment Node**:
229-
- Condition: `Customer verified and intent is schedule`
230-
231-
**To Reschedule Appointment Node**:
232-
- Condition: `Customer verified and intent is reschedule`
233-
234-
**To Cancel Appointment Node**:
235-
- Condition: `Customer verified and intent is cancel`
236-
</Step>
237-
238225
<Step title="Add Global Error Handling Node">
239226
Create a global conversation node that checks for errors after every step:
240227

0 commit comments

Comments
 (0)