文档
测试

流程定义-自定义表单设置,活动定义已选中的字段列表

GET
/workflow/flowform/selectFields?activityId=1

接口描述

流程定义-自定义表单设置,活动定义已选中的字段列表

请求参数

参数名
类型
描述
必填
activityId
String
活动ID
必填

响应参数JSON

```json { "successful": true, "code": 200, "message": "操作成功!", "timestamp": 1666337938440, "data": { "total": 21, "rows": [ { "name": "inputpp71mzrm8qtpn", "comment": "标题", "type": "input" }, { "name": "textareacah1mzz99hq6g", "comment": "描述", "type": "textarea" }, { "name": "checkbox4101mzv8dlc2f", "comment": "爱好", "type": "checkbox" }, { "name": "switchiuy1mzv8do3wy", "comment": "启动", "type": "switch" }, { "name": "selectt6m1mzz9eoa5j", "comment": "紧急程度", "type": "select" }, { "name": "select35p1mzv8dqvat", "comment": "影响程度", "type": "select" }, { "name": "timePicker8ic1mzv8e1gec", "comment": "创建时间", "type": "timePicker" }, { "name": "datePickerx9u1mzv8e3r1f", "comment": "启动日期", "type": "datePicker" }, { "name": "rateft71mzv8f9ubl", "comment": "评分", "type": "rate" }, { "name": "cascaderrw31mzv8fkzpo", "comment": "级联选择器", "type": "cascader" }, { "name": "treei521mzv8fvvov", "comment": "树形控件", "type": "tree" }, { "name": "uploadfa31mzv8g5yku", "comment": "上传", "type": "upload" }, { "name": "WORK_ORDER_CODE", "comment": "工单号", "type": "input" }, { "name": "CREATED_BY", "comment": "创建人id", "type": "input" }, { "name": "CREATER_NAME", "comment": "创建人名称", "type": "input" }, { "name": "CREATED_ON", "comment": "创建时间", "type": "input" }, { "name": "UPDATED_BY", "comment": "更新人id", "type": "input" }, { "name": "UPDATER_NAME", "comment": "更新人名称", "type": "input" }, { "name": "UPDATED_ON", "comment": "更新时间", "type": "input" }, { "name": "TENANT_ID", "comment": "租户Id", "type": "input" }, { "name": "DELETEFLAG", "comment": "删除标记", "type": "input" } ] } }

swagger 功能定位

![image.png](https://cos.easydoc.net/97781918/files/l9i6ra8f.png) ![image.png](https://cos.easydoc.net/97781918/files/l9i6riwt.png)