dagflow/models/nod_transfer.json
2026-03-12 13:33:24 +08:00

18 lines
544 B
JSON

{
"summary": [{
"name": "node_transfer",
"title": "节点转移表",
"primary": "id",
"catelog": "relation"
}],
"fields": [
{"name": "id", "title": "执行ID", "type": "str", "length": 32, "nullable": "no"},
{"name": "instance_id", "title": "流程实例ID", "type": "str", "length": 32},
{"name": "from_neid", "title": "从节点id", "type": "str", "length": 32},
{"name": "to_neid", "title": "到节点id", "type": "str", "length": 32},
],
"indexes": [
{"name": "idx_node_exec_inst", "idxtype": "index", "idxfields": ["instance_id"]}
]
}