tencent cloud

End Node
Last updated:2025-08-27 15:06:08
End Node
Last updated: 2025-08-27 15:06:08

Node Function

The end node belongs to Basic Node, marking the completion of workflow operation and supporting output variables at the end node.




Directions

Output Variable

Used to return the result after the workflow runs. Support users to manually add output variables with the following configurations.
Configuration
Description
Variable Name
The variable name can only contain letters, digits, or underscores, must start with a letter or underscore, and is mandatory.
Description
Description of this variable. Optional.
Data source
The data source of this variable supports two options: "refer" and "input". "Refer" allows selecting output variables from all preceding nodes, while "input" supports manually filling in a fixed value.
Type
The data type of this variable cannot be selected and defaults to the variable type "refer" or the string type "input".

Application Example

When referencing a workflow (e.g., by using a "workflow node" or a "loop node"), after the referenced workflow completes, it returns the output variables from the "end node". The main workflow can receive and use these variables. For a specific example, please refer to the Start Node example.

FAQs

What is the difference between the End Node and the Response Node?
The response node and end node are adjusted from the end-reply node in Tencent Cloud Agent Development Platform (Tencent Cloud ADP) version 2.6. The primary purpose is to clearly distinguish the function of these two types of nodes. The response node supports outputting intermediate computing results while the workflow is running, and multiple reply nodes can be added in a workflow. The end node aggregates the complete workflow results for external output, and only one end node can exist in a workflow.
Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback