What are the Start and End Nodes?

Each flow contains a Start Node and an End Node by default.

The Start Node

  • is designed to initiate your workflow.

  • store all your input data for easy management.

  • receives all user queries by default when using the flow through an API.

  • routes these queries to the corresponding nodes based on the workflow scenario.

The End Node

  • captures the results after the workflow has been executed.

  • returns the final output of your workflow.

With the Start and End Nodes in place, you can easily get code snippets for API integration.

Last updated