文档
测试

流程定义-编辑页面

GET
/workflow/wfDefineProcess/edit?id=1

接口描述

流程定义-编辑页面

请求参数

参数名
类型
描述
必填
id
int
1
必填

响应参数JSON

```json { "successful": true, "code": 200, "message": "操作成功!", "timestamp": 1666319147732, "data": { "id": 1, "createdBy": 1, "createdName": "管理员", "createdTime": "2022-10-12 15:49:42", "menuId": 1, "menuName": "系统管理", "isValid": "y", "isPriority": 1, "orderBy": 1, "remark": null, "copyFrom": null, "deleteFlag": "n", "tenantId": 1, "tenantName": null } }