-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Examples:
- Prompt: Asking a value to the user is a continuation, because it is asynchronous
flowchart TB
subgraph flow1 [Subflow 1]
direction TB
Z1[Entrypoint]
-->A1(["A1. prompt (What is your name?)"])
-->|text| B1[\B1. Suspension/]
end
flow1 -.->|"Continuation data:<br>{'text': text, 'continuation_token': 'subflow-2'}"| flow2
subgraph flow2 [Subflow 2]
direction TB
Z2[Entrypoint]
-->A2[/A2. Continuation\]
-->|text| B2(["B2. send_email (Hello {{ text }})"])
--> C2...
end
Metadata
Metadata
Assignees
Labels
No labels