任务流程,详情查看
<p><strong>简要描述:</strong> </p>
<ul>
<li>任务流程,详情查看</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/admin/workflowTempletConfig/12</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<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;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>模板id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 0,
"data": {
"workflowTempletConfig": {
"addTime": "2019-01-22 11:12:17",
"addUserId": 1,
"addUserName": "管理员",
"delFlag": 0,
"id": 46,
"remark": "备注",
"templetName": "预警test7",
"templetType": 1,
"updateTime": "2019-01-22 11:12:17",
"updateUserName": ""
},
"noticeUserList": [
{
"name": "管理员",
"userId": 1
}
],
"configNodeList": [
{
"firstSysUserList": [
{
"name": "赵聪",
"userId": 45
}
],
"secondSysUserList": [
{
"name": "陈曦",
"userId": 48
}
],
"workflowTempletConfigNode": {
"delFlag": 0,
"id": 107,
"nodeActionType": 3,
"templetId": 46
}
},
{
"firstSysUserList": [
{
"name": "李文涛",
"userId": 71
}
],
"secondSysUserList": [],
"workflowTempletConfigNode": {
"delFlag": 0,
"id": 108,
"nodeActionType": 4,
"templetId": 46
}
}
]
},
"msg": "success"
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<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;">nodeActionType</td>
<td style="text-align: left;">int</td>
<td>节点动作类型(1通知 、2认领、3处理、4审核)</td>
</tr>
<tr>
<td style="text-align: left;">peopleType</td>
<td style="text-align: left;">int</td>
<td>人员类型(1:责任人,2审批人,3:处理人)</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>