Skip to main content

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

LabelPropertyTypeDescriptionDefault ValueIs Required
Output SchemaoutputSchemabotdojo/types/json_schemaObject
Show Property in ChatshowPropertyInChatbotdojo/types/stringWhen 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]