End Node
The End Node is where the flow terminates and is where you define the output of your flow see Start and End Nodes. When branching logic you can have multiple End Nodes [see Branching]
Properties
Label | Property | Type | Description | Default Value | Is Required |
---|---|---|---|---|---|
Output Schema | outputSchema | botdojo/types/json_schema | Object | ||
Show Property in Chat | showPropertyInChat | botdojo/types/string | When returning multiple properties, this is the property that will be displayed in the chat. Must be a string property at the root level of the output schema. | null | ✅ |
Be default the End Node as one output called text_output But you can defined more complex inputs by modifing the JSON Schema When branching logic you can have multiple End Nodes [see Branching]