26 lines
462 B
YAML
26 lines
462 B
YAML
---
|
|
title: 执行表测试数据
|
|
desc: 用于测试commonAction方法中execution类型的数据
|
|
author: Claude
|
|
version: 1.0
|
|
|
|
fields:
|
|
- field: id
|
|
note: 执行ID
|
|
range: 1-10
|
|
prefix: ""
|
|
postfix: ""
|
|
loop: 0
|
|
format: ""
|
|
- field: name
|
|
note: 执行名称
|
|
range: '执行1,执行2,执行3{7}'
|
|
format: ""
|
|
- field: status
|
|
note: 执行状态
|
|
range: 'wait{3},doing{5},done{2}'
|
|
format: ""
|
|
- field: deleted
|
|
note: 删除标识
|
|
range: '0'
|
|
format: "" |