提交结点操作 Copy
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>{{domain}}/workflow/flowNode/saveOrUpdateBatch</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>post</li>
</ul>
<h5>Header</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">字段名</th>
<th style="text-align: left;">示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">Authorization</td>
<td style="text-align: left;">{{token}}</td>
<td>是</td>
<td>string</td>
<td>无</td>
</tr>
</tbody>
</table>
<h5>请求参数示例</h5>
<pre><code>[
{
"id": "",
"tenantBizid": "1485226080420544514",
"createTime": "2022-06-24",
"createUser": "48251bb477df44cb8303cd8b70d9db6c",
"updateTime": "2022-06-24",
"updateUser": "48251bb477df44cb8303cd8b70d9db6c",
"isDeleted": 0,
"deleteTime": "",
"bizid": "1537322629534208002",
"flowBizid": "1537312183037087746",
"nodeName": "部门主管审批",
"nodeIndex": 1,
"status": "1",
"condRemark": "",
"condAviator": "",
"handlerType": "12",
"handlerVal": "0",
"handlerName": "",
"handlerRoleCode": "",
"handlerRoleName": "3",
"handlerRuleData": "",
"remark": ""
},
{
"flowBizid": "WF22061613000019",
"nodeName": "222",
"handlerType": "12",
"handlerName": "",
"handlerRoleName": "3",
"placeholder": "--选择岗位(角色)--"
},
{
"id": "",
"tenantBizid": "1485226080420544514",
"createTime": "2022-06-24",
"createUser": "48251bb477df44cb8303cd8b70d9db6c",
"updateTime": "2022-06-24",
"updateUser": "48251bb477df44cb8303cd8b70d9db6c",
"isDeleted": 0,
"deleteTime": "",
"bizid": "1540207420604014593",
"flowBizid": "1537312183037087746",
"nodeName": "333",
"nodeIndex": 1,
"status": "1",
"condRemark": "",
"condAviator": "",
"handlerType": "12",
"handlerVal": "0",
"handlerName": "",
"handlerRoleCode": "",
"handlerRoleName": "3",
"handlerRuleData": "",
"remark": ""
},
{
"flowBizid": "1537312183037087746",
"nodeName": "444",
"handlerType": "12",
"handlerName": "",
"handlerRoleName": "6",
"placeholder": "--选择岗位(角色)--"
}
]
</code></pre>