文档
测试

流程定义,活动-自定义表单设置 列表数据

POST
/workflow/flowform/activityAllFields?payloadType=processId&processId=1

接口描述

获取自定意表单所有元素

请求参数

参数名
类型
描述
必填
payloadType
Stringt
填固定值 : processId
必填
processId
String
流程ID
必填

响应参数JSON

```json { "successful": true, "code": 200, "message": "操作成功!", "timestamp": 1666337670967, "data": { "total": 14, "rows": [ { "name": "textarea_Ftpl5wmnkw2l9", "comment": "输入框", "type": "textarea" }, { "name": "inputNumber_Fxl55wmnkwb8g", "comment": "计数器", "type": "inputNumber" }, { "name": "radio_Fnu55wmnkwiev", "comment": "单选框", "type": "radio" }, { "name": "slider_Frmp5wmyny1i3", "comment": "滑块", "type": "slider" }, { "name": "undefined_F94r1n2dmp46ri", "comment": "树形控件", "type": null }, { "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/l9i6joaa.png) ![image.png](https://cos.easydoc.net/97781918/files/l9i6jx5m.png)