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
  • Upload
  • Use app in flow
  1. APP Development

Upload and Debugging

Previoustest.py

Last updated 10 months ago

The app package format is zip.

Be sure to upload it after passing the local unit test.

Upload

Click "Upload" to upload app zip.

Add asset infor for online debugging.

Use app in flow

Add node, choose app.

Double click on the node to set app configuration and action parameters.

Click "Test" to verify if the action is correct, and the datasource's data structure will be generated.