简要描述
接口简要描述
请求链接
/je/jbpm/taskInfo/loadTaskRejectAssgine
请求方式
POST
请求头
属性 |
值 |
Content-Type |
application/x-www-form-urlencoded; charset=UTF-8 |
请求参数
说明
参数 |
类型 |
必填 |
默认值 |
说明 |
targerTaskName |
String |
是 |
|
驳回节点名称,号分割,数据来源查看接口,获取功能流程信息接口返回值taskNodeInfos中rejectNodes值 |
pdid |
String |
是 |
|
流程部署id |
piid |
String |
是 |
|
流程实例ID |
beanId |
String |
是 |
|
业务Bean主键 |
示例
{
targerTaskName: "领导审核,提交审批",
pdid: "putongliucheng_19072409-6",
piid: "putongliucheng_19072409.3369eb28a99f430ba3f8ba3da2f1d425",
beanId: "3369eb28a99f430ba3f8ba3da2f1d425",
}
返回结果
说明
参数 |
类型 |
说明 |
没有名称 |
Array |
每个节点一个Object |
Object说明
参数 |
类型 |
说明 |
parent |
String |
父节点ID |
code |
String |
所在字典的名称 |
expandable |
Boolean |
是否可展开 |
enField |
String |
英文字段 |
parentPath |
String |
父节点路径 |
icon |
String |
图片 |
description |
String |
描述信息 |
layer |
String |
|
nodeInfoType |
String |
节点实体类型 |
expanded |
Boolean |
默认是否展开 |
children |
Array |
子 |
fieldCodes |
String |
查询字段集合 |
hrefTarget |
String |
链接指向 |
disabled |
String |
left为0,否则1 |
href |
String |
链接 |
id |
String |
ID |
text |
String |
节点显示 |
iconCls |
String |
图片样式 |
parentText |
String |
父节点路径 |
bean |
Array |
原业务实体需构建的业务字段 |
nodePath |
String |
路径 |
leaf |
Boolean |
是否叶子 |
nodeType |
String |
节点类型 |
async |
Boolean |
异步 |
treeOrderIndex |
String |
树形排序字段 |
orderIndex |
String |
排序字段 |
nodeInfo |
String |
节点信息 |
成功示例
[
{
"parent": "STATUS",
"code": "领导审核",
"expandable": true,
"enField": "",
"parentPath": "",
"icon": "",
"description": "",
"layer": "",
"nodeInfoType": "task",
"expanded": false,
"children": [
{
"parent": "STATUS",
"code": "USER",
"expandable": true,
"enField": "",
"parentPath": "",
"icon": "",
"description": "",
"layer": "",
"nodeInfoType": "USERTYPE",
"expanded": false,
"children": [
{
"parent": "USER",
"code": "admin",
"expandable": true,
"enField": "",
"parentPath": "",
"icon": "",
"description": "",
"layer": "",
"nodeInfoType": "ENDUSER",
"expanded": false,
"children": [],
"fieldCodes": "",
"hrefTarget": "",
"disabled": "0",
"href": "",
"id": "USER_JpgiKFpmxaG9szjInM0",
"text": "管理员",
"iconCls": "jeicon jeicon-khgl-pc",
"parentText": "",
"bean": {},
"nodePath": "",
"leaf": false,
"nodeType": "",
"async": false,
"treeOrderIndex": "",
"orderIndex": "",
"nodeInfo": "JpgiKFpmxaG9szjInM0"
}
],
"fieldCodes": "",
"hrefTarget": "",
"disabled": "1",
"href": "",
"id": "USER",
"text": "人员",
"iconCls": "jeicon jeicon-khgl-pc",
"parentText": "",
"bean": {},
"nodePath": "",
"leaf": false,
"nodeType": "",
"async": false,
"treeOrderIndex": "",
"orderIndex": "",
"nodeInfo": "USERTYPE"
}
],
"fieldCodes": "1",
"hrefTarget": "",
"disabled": "1",
"href": "",
"id": "领导审核",
"text": "领导审核",
"iconCls": "",
"parentText": "",
"bean": {},
"nodePath": "",
"leaf": false,
"nodeType": "task",
"async": false,
"treeOrderIndex": "",
"orderIndex": "",
"nodeInfo": "task"
},
{
"parent": "STATUS",
"code": "提交审批",
"expandable": true,
"enField": "",
"parentPath": "",
"icon": "",
"description": "",
"layer": "",
"nodeInfoType": "task",
"expanded": false,
"children": [
{
"parent": "STATUS",
"code": "USER",
"expandable": true,
"enField": "",
"parentPath": "",
"icon": "",
"description": "",
"layer": "",
"nodeInfoType": "USERTYPE",
"expanded": false,
"children": [
{
"parent": "USER",
"code": "admin",
"expandable": true,
"enField": "",
"parentPath": "",
"icon": "",
"description": "",
"layer": "",
"nodeInfoType": "ENDUSER",
"expanded": false,
"children": [],
"fieldCodes": "",
"hrefTarget": "",
"disabled": "0",
"href": "",
"id": "USER_JpgiKFpmxaG9szjInM0",
"text": "管理员",
"iconCls": "jeicon jeicon-khgl-pc",
"parentText": "",
"bean": {},
"nodePath": "",
"leaf": false,
"nodeType": "",
"async": false,
"treeOrderIndex": "",
"orderIndex": "",
"nodeInfo": "JpgiKFpmxaG9szjInM0"
}
],
"fieldCodes": "",
"hrefTarget": "",
"disabled": "1",
"href": "",
"id": "USER",
"text": "人员",
"iconCls": "jeicon jeicon-khgl-pc",
"parentText": "",
"bean": {},
"nodePath": "",
"leaf": false,
"nodeType": "",
"async": false,
"treeOrderIndex": "",
"orderIndex": "",
"nodeInfo": "USERTYPE"
}
],
"fieldCodes": "1",
"hrefTarget": "",
"disabled": "1",
"href": "",
"id": "提交审批",
"text": "提交审批",
"iconCls": "",
"parentText": "",
"bean": {},
"nodePath": "",
"leaf": false,
"nodeType": "task",
"async": false,
"treeOrderIndex": "",
"orderIndex": "",
"nodeInfo": "task"
}
]
接口使用场景
失败示例
{
}
版本
版本 |
日期 |
说明 |
v1.0 |
2020-01-01 |
新增 |
最后编辑: 呼丽华 文档更新时间: 2024-08-21 10:58 作者:呼丽华