Start Node
The Start Node is the entry point in a Flow and is where you specify the input parameters to the Flow. A Flow can have only on Start Node.
Properties
Label | Property | Type | Description | Default Value | Is Required |
---|---|---|---|---|---|
Input | inputSchema | botdojo/types/json_schema | Object |
Output
Label | Property | Type | Description | Default Value |
---|---|---|---|---|
Variables | output | botdojo/types/data | Output | null |
Be default the Start Node as one input called text_input But you can defined more complex inputs by modifing the JSON Schema