流程定义-保存 websocket测试 POST /workflow/wfDefineProcess/save 接口描述 流程定义保存 请求参数JSON ```json { "id": 0, //选填 存在--编辑 不存在 : 新增 "createdBy": 0, "createdName": "string", "createdTime": "2022-10-20T10:57:56.145Z", "menuId": 0, "menuName": "string", "isValid": "string", "isPriority": 0, "orderBy": 0, "remark": "string", "copyFrom": "string", "deleteFlag": "string", "tenantId": 0, "tenantName": "string" } 响应参数 ```json { "successful": true, "code": 200, "message": "操作成功!", "timestamp": 1666263592622, "data": { "state": "failed", "status": "success" } } swagger 功能定位  
```json { "id": 0, //选填 存在--编辑 不存在 : 新增 "createdBy": 0, "createdName": "string", "createdTime": "2022-10-20T10:57:56.145Z", "menuId": 0, "menuName": "string", "isValid": "string", "isPriority": 0, "orderBy": 0, "remark": "string", "copyFrom": "string", "deleteFlag": "string", "tenantId": 0, "tenantName": "string" }
```json { "successful": true, "code": 200, "message": "操作成功!", "timestamp": 1666263592622, "data": { "state": "failed", "status": "success" } }
 