ITSM

运维管理系统


流程定义列表

<h5>简要描述</h5> <ul> <li>根据分类和关键字查询流程定义列表</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://${ip}/ops/workflow/app/rest/deploy/query/list</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST</li> <li>Content-Type : application/json <h5>参数示例</h5></li> </ul> <pre><code>{     "processTypeId":"",     "keyword":"kfw220617163815209" } </code></pre> <h5>参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">uuid</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>人员id、人员名称、登录名称</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> {     "errorCode": 0,     "message": "成功",     "time": 1655721709967,     "responseBody": [         {             "code": null,             "debug": true,             "formKey": "kform210914101928066",             "typeName": "分类",             "description": "",             "processDes": null,             "releasetime": "2022-06-17 16:38:58",             "processName": "xym测试",             "formUri": "viewRender?formKey=kform210914101928066&amp;title=xymtest&amp;closeTabs=true",             "processKey": "kfw220617163815209",             "lastUpdatedUser": "超级管理员",             "lastUpdatedTime": "2022-06-17 16:38:58",             "id": "d46b9a78-ee18-11ec-bb85-5254005f3caa",             "bpmnxml": "\n"         }     ] }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">errorCode</td> <td style="text-align: left;">int</td> <td>报错码:0正常</td> </tr> <tr> <td style="text-align: left;">message</td> <td style="text-align: left;">String</td> <td>接口返回提示</td> </tr> <tr> <td style="text-align: left;">responseBody</td> <td style="text-align: left;">JSONArray</td> <td>返回内容</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>无</li> </ul>

页面列表

ITEM_HTML