We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c855138 commit a84a311Copy full SHA for a84a311
fern/workflows/examples/appointment-scheduling.mdx
@@ -222,19 +222,6 @@ You'll start with a default template that includes a "Call Start" node. We'll mo
222
```
223
</Step>
224
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
238
<Step title="Add Global Error Handling Node">
239
Create a global conversation node that checks for errors after every step:
240
0 commit comments