This commit is contained in:
yumoqing 2026-03-12 22:07:15 +08:00
parent daca389d47
commit eaab349d53

View File

@ -9,7 +9,7 @@
{"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},
{"name": "to_neid", "title": "到节点id", "type": "str", "length": 32}
],
"indexes": [
{"name": "idx_node_exec_inst", "idxtype": "index", "idxfields": ["instance_id"]}