Tangram
语言
  • What is Tangram?
  • overview
    • Capabilities
    • Architecture
  • Install
    • Start with Kubernetes
  • quick start
    • Create a flow
    • Create a tool
  • Flow
    • Nodes
      • IF
      • SWITCH
      • Format
      • Count
      • Subflow
      • Conversion
      • Execution
      • Variable
      • Note
      • Error
      • Response
    • Datasources
      • Node
      • Form
      • Variable
      • Webhooks
      • Inputs(Subflow)
      • Base
  • triggers
    • Forms
      • Text
      • Textarea
      • Number
      • Date
      • Radio
      • Checkbox
      • Single Selection
      • Multi Selection
      • File
      • Title and Content
    • Webhooks
    • Crons
  • APP Development
    • template
    • info.json
    • core.py
    • test.py
    • Upload and Debugging
Powered by GitBook
On this page
  • Select Node
  • Set Node
  • Feature
  1. Flow
  2. Nodes

Response

After the process execution ends, return the data format or view component.

PreviousErrorNextDatasources

Last updated 10 months ago

Select Node

The response node can only be selected once and will not appear in the node selection menu after selection.

Response nodes do not require wire connections.

Set Node

Set Format

  • JSON

  • Plain

Set Content

Can customize static or dynamic data.

Feature

  1. Provide API data response for webhook flow.

  2. Provide a visual view of the flow response.

API Response Demo

If the webhook binding flow is set with a response node, API mode will be automatically enabled.

After calling the api, the data structure set in the flow will be returned.

Response View Demo

Click "Response View" to set custom visualization components.

Define Vue component:

Template (Support vue3 and ElementPlus1.1.0 )、Styles、Methods.

Finally, you can see the response view in the task details.

UI
Config Form