查询我的申请单草稿 - QueryDraft
功能介绍
查询我的申请单草稿。
授权信息
账号具备所有API的调用权限,如果使用账号下的IAM用户调用当前API,该IAM用户需具备调用API所需的权限,具体权限要求请参见权限和授权项。
URI
GET /services/workflow/findDraftList/{pageSize}/{curPage}
示例接口地址:{域名(有文根需带文根)}/pdmcore/ipdcworkflowservice/services/workflow/findDraftList/2/1
参数 | 是否必选 | 参数类型 | 描述 |
|---|---|---|---|
pageSize | 是 | String | 分页大小 |
curPage | 是 | String | 当前页数 |
请求头
使用机机认证调用接口时需传入header:Authorization,其值为机机鉴权token。
请求参数
无
响应参数
状态码: 200
参数 | 参数类型 | 描述 |
|---|---|---|
msg | String | 接口响应信息 |
code | Integer | 接口返回码 |
data | Array of Data objects | 接口响应数据 |
pageInfo | PageInfo object | 分页信息 |
orderID | String | 请求跟踪流水号 |
参数 | 参数类型 | 描述 |
|---|---|---|
lastUpdateDate | Integer | 最后更新时间 |
modifier | String | 修改人UUID |
processTemplateName | String | 流程模板名 |
templateId | String | 流程模板编号 |
productLine | String | 产品线 |
bizCategory | String | 业务类型 |
bizSeqExtAttrs | Array of strings | 业务对象拓展属性集合 |
lastUpdateUserCN | String | 最后更新人用户名 |
processTitle | String | 流程实例名称 |
bizSeqExtType | String | 业务对象拓展类型名称 |
id | String | ID |
state | String | 任务状态:
|
lastUpdatedBy | String | 最后更新人ID |
processInstanceId | String | 流程实例ID |
finished | Boolean | 是否完成 |
creationDate | Integer | 创建日期 |
ccByUuid | String | 抄送人UUID:如果有多个人,使用","号分隔 |
processTemplateNameCn | String | 流程模板中文名 |
reserve10 | String | - |
lifeCycleState | String | 生命周期状态 |
reserve9 | String | - |
creationUserCN | String | 创建user名 |
reserve8 | String | - |
creator | String | 创建人UUID |
product | String | 产品 |
reserve5 | String | - |
reserve4 | String | - |
appName | String | 微服务名称 |
processTemplateVersion | String | 流程模板版本 |
reserve7 | String | - |
reserve6 | String | - |
reserve1 | String | - |
subItem | String | 子项 |
reserve3 | String | - |
reserve2 | String | - |
creationUserUuid | String | 创建人UUID |
createdBy | String | 创建人 |
businessKey | String | 业务流水号 |
ccBy | String | 抄送人短工号:如果有多个人,使用","号分隔 |
comment | String | 备注 |
productTeam | String | 产品团队 |
lifeCycleStateKey | String | 生命周期状态对应的key |
parentBusinessKey | String | 父业务流水号 |
taskId | String | 当前任务ID |
holdableList | Array of strings | - |
entityType | String | 实体类型 |
businessSeqView | String | - |
scope | String | - |
请求示例
无
响应示例
状态码: 200
findDraftList返参
{
"msg": null,
"code": 0,
"data": [
{
"creationUserCn": "1000001",
"lastUpdateDate": "2025-03-26T07:33:23.256+0000",
"modifier": "1000001",
"processTemplateNameCn": "测试20250326001",
"processTemplateName": "Test20250326001",
"reserve10": null,
"templateId": "Test20250326001",
"productLine": null,
"businessSeqView": null,
"bizCategory": null,
"bizSeqExtAttrs": [],
"scope": null,
"processTitle": "Test20250326001_2025-03-26T15:33:23.188+0800",
"bizSeqExtType": "WfBusinessSeq",
"id": "746391509842026496",
"state": "DRAFT",
"lifeCycleState": null,
"reserve9": null,
"lastUpdatedBy": "1000001",
"processInstanceId": null,
"reserve8": null,
"creator": "1000001",
"product": null,
"reserve5": null,
"reserve4": null,
"entityType": "business",
"appName": "IpdcWorkflowService",
"processTemplateVersion": "1",
"reserve7": null,
"reserve6": null,
"holdableList": [
"com.huawei.it.plm.workflow.framework.model.WfFormData",
"com.huawei.it.plm.workflow.framework.model.WfAttachment",
"com.huawei.it.plm.workflow.framework.model.WfBusinessObject"
],
"reserve1": null,
"subItem": null,
"finished": false,
"reserve3": null,
"reserve2": null,
"creationDate": "2025-03-26T07:33:23.256+0000",
"creationUserUuid": "1000001",
"createdBy": "1000001",
"lastUpdateUserCn": "1000001",
"businessKey": "P10000029",
"ccBy": null,
"comment": null,
"productTeam": null,
"ccByUuid": null,
"lifeCycleStateKey": null,
"parentBusinessKey": null,
"taskId": null
},
{
"creationUserCn": "1000001",
"lastUpdateDate": "2025-03-26T03:19:20.960+0000",
"modifier": "1000001",
"processTemplateNameCn": "测试20250326001",
"processTemplateName": "Test20250326001",
"reserve10": null,
"templateId": "Test20250326001",
"productLine": null,
"businessSeqView": null,
"bizCategory": null,
"bizSeqExtAttrs": [],
"scope": null,
"processTitle": "Test20250326001_2025-03-26T11:19:20.925+0800",
"bizSeqExtType": "WfBusinessSeq",
"id": "746327579077664768",
"state": "DRAFT",
"lifeCycleState": null,
"reserve9": null,
"lastUpdatedBy": "1000001",
"processInstanceId": null,
"reserve8": null,
"creator": "1000001",
"product": null,
"reserve5": null,
"reserve4": null,
"entityType": "business",
"appName": "IpdcWorkflowService",
"processTemplateVersion": "1",
"reserve7": null,
"reserve6": null,
"holdableList": [
"com.huawei.it.plm.workflow.framework.model.WfFormData",
"com.huawei.it.plm.workflow.framework.model.WfAttachment",
"com.huawei.it.plm.workflow.framework.model.WfBusinessObject"
],
"reserve1": null,
"subItem": null,
"finished": false,
"reserve3": null,
"reserve2": null,
"creationDate": "2025-03-26T03:19:20.960+0000",
"creationUserUuid": "1000001",
"createdBy": "1000001",
"lastUpdateUserCn": "1000001",
"businessKey": "P10000025",
"ccBy": null,
"comment": null,
"productTeam": null,
"ccByUuid": null,
"lifeCycleStateKey": null,
"parentBusinessKey": null,
"taskId": null
},
{
"creationUserCn": "1000001",
"lastUpdateDate": "2025-03-26T01:33:12.702+0000",
"modifier": "1000001",
"processTemplateNameCn": "测试20250326001",
"processTemplateName": "Test20250326001",
"reserve10": null,
"templateId": "Test20250326001",
"productLine": null,
"businessSeqView": null,
"bizCategory": null,
"bizSeqExtAttrs": [],
"scope": null,
"processTitle": "Test20250326001_2025-03-26T09:33:12.674+0800",
"bizSeqExtType": "WfBusinessSeq",
"id": "746300868688629760",
"state": "DRAFT",
"lifeCycleState": null,
"reserve9": null,
"lastUpdatedBy": "1000001",
"processInstanceId": null,
"reserve8": null,
"creator": "1000001",
"product": null,
"reserve5": null,
"reserve4": null,
"entityType": "business",
"appName": "IpdcWorkflowService",
"processTemplateVersion": "1",
"reserve7": null,
"reserve6": null,
"holdableList": [
"com.huawei.it.plm.workflow.framework.model.WfFormData",
"com.huawei.it.plm.workflow.framework.model.WfAttachment",
"com.huawei.it.plm.workflow.framework.model.WfBusinessObject"
],
"reserve1": null,
"subItem": null,
"finished": false,
"reserve3": null,
"reserve2": null,
"creationDate": "2025-03-26T01:33:12.702+0000",
"creationUserUuid": "1000001",
"createdBy": "1000001",
"lastUpdateUserCn": "1000001",
"businessKey": "P10000020",
"ccBy": null,
"comment": null,
"productTeam": null,
"ccByUuid": null,
"lifeCycleStateKey": null,
"parentBusinessKey": null,
"taskId": null
},
{
"creationUserCn": "1000001",
"lastUpdateDate": "2025-03-26T01:33:12.005+0000",
"modifier": "1000001",
"processTemplateNameCn": "测试20250326001",
"processTemplateName": "Test20250326001",
"reserve10": null,
"templateId": "Test20250326001",
"productLine": null,
"businessSeqView": null,
"bizCategory": null,
"bizSeqExtAttrs": [],
"scope": null,
"processTitle": "Test20250326001_2025-03-26T09:33:11.839+0800",
"bizSeqExtType": "WfBusinessSeq",
"id": "746300865765199872",
"state": "DRAFT",
"lifeCycleState": null,
"reserve9": null,
"lastUpdatedBy": "1000001",
"processInstanceId": null,
"reserve8": null,
"creator": "1000001",
"product": null,
"reserve5": null,
"reserve4": null,
"entityType": "business",
"appName": "IpdcWorkflowService",
"processTemplateVersion": "1",
"reserve7": null,
"reserve6": null,
"holdableList": [
"com.huawei.it.plm.workflow.framework.model.WfFormData",
"com.huawei.it.plm.workflow.framework.model.WfAttachment",
"com.huawei.it.plm.workflow.framework.model.WfBusinessObject"
],
"reserve1": null,
"subItem": null,
"finished": false,
"reserve3": null,
"reserve2": null,
"creationDate": "2025-03-26T01:33:12.005+0000",
"creationUserUuid": "1000001",
"createdBy": "1000001",
"lastUpdateUserCn": "1000001",
"businessKey": "P10000019",
"ccBy": null,
"comment": null,
"productTeam": null,
"ccByUuid": null,
"lifeCycleStateKey": null,
"parentBusinessKey": null,
"taskId": null
},
{
"creationUserCn": "1000001",
"lastUpdateDate": "2025-03-26T01:23:54.644+0000",
"modifier": "1000001",
"processTemplateNameCn": "0324",
"processTemplateName": "Test",
"reserve10": null,
"templateId": "Test",
"productLine": null,
"businessSeqView": null,
"bizCategory": null,
"bizSeqExtAttrs": [],
"scope": null,
"processTitle": "Test_2025-03-26T09:23:54.595+0800",
"bizSeqExtType": "WfBusinessSeq",
"id": "746298528015339520",
"state": "DRAFT",
"lifeCycleState": null,
"reserve9": null,
"lastUpdatedBy": "1000001",
"processInstanceId": null,
"reserve8": null,
"creator": "1000001",
"product": null,
"reserve5": null,
"reserve4": null,
"entityType": "business",
"appName": "IpdcWorkflowService",
"processTemplateVersion": "2",
"reserve7": null,
"reserve6": null,
"holdableList": [
"com.huawei.it.plm.workflow.framework.model.WfFormData",
"com.huawei.it.plm.workflow.framework.model.WfAttachment",
"com.huawei.it.plm.workflow.framework.model.WfBusinessObject"
],
"reserve1": null,
"subItem": null,
"finished": false,
"reserve3": null,
"reserve2": null,
"creationDate": "2025-03-26T01:23:54.644+0000",
"creationUserUuid": "1000001",
"createdBy": "1000001",
"lastUpdateUserCn": "1000001",
"businessKey": "P10000017",
"ccBy": null,
"comment": null,
"productTeam": null,
"ccByUuid": null,
"lifeCycleStateKey": null,
"parentBusinessKey": null,
"taskId": null
},
{
"creationUserCn": "1000001",
"lastUpdateDate": "2025-03-26T00:58:40.389+0000",
"modifier": "1000001",
"processTemplateNameCn": "0324",
"processTemplateName": "Test",
"reserve10": null,
"templateId": "Test",
"productLine": null,
"businessSeqView": null,
"bizCategory": null,
"bizSeqExtAttrs": [],
"scope": null,
"processTitle": "Test_2025-03-26T08:58:40.351+0800",
"bizSeqExtType": "WfBusinessSeq",
"id": "746292176769536000",
"state": "DRAFT",
"lifeCycleState": null,
"reserve9": null,
"lastUpdatedBy": "1000001",
"processInstanceId": null,
"reserve8": null,
"creator": "1000001",
"product": null,
"reserve5": null,
"reserve4": null,
"entityType": "business",
"appName": "IpdcWorkflowService",
"processTemplateVersion": "2",
"reserve7": null,
"reserve6": null,
"holdableList": [
"com.huawei.it.plm.workflow.framework.model.WfFormData",
"com.huawei.it.plm.workflow.framework.model.WfAttachment",
"com.huawei.it.plm.workflow.framework.model.WfBusinessObject"
],
"reserve1": null,
"subItem": null,
"finished": false,
"reserve3": null,
"reserve2": null,
"creationDate": "2025-03-26T00:58:40.389+0000",
"creationUserUuid": "1000001",
"createdBy": "1000001",
"lastUpdateUserCn": "1000001",
"businessKey": "P10000016",
"ccBy": null,
"comment": null,
"productTeam": null,
"ccByUuid": null,
"lifeCycleStateKey": null,
"parentBusinessKey": null,
"taskId": null
},
{
"creationUserCn": "1000001",
"lastUpdateDate": "2025-03-26T00:57:22.401+0000",
"modifier": "1000001",
"processTemplateNameCn": "0324",
"processTemplateName": "Test",
"reserve10": null,
"templateId": "Test",
"productLine": null,
"businessSeqView": null,
"bizCategory": null,
"bizSeqExtAttrs": [],
"scope": null,
"processTitle": "Test_2025-03-26T08:57:22.346+0800",
"bizSeqExtType": "WfBusinessSeq",
"id": "746291849601241088",
"state": "DRAFT",
"lifeCycleState": null,
"reserve9": null,
"lastUpdatedBy": "1000001",
"processInstanceId": null,
"reserve8": null,
"creator": "1000001",
"product": null,
"reserve5": null,
"reserve4": null,
"entityType": "business",
"appName": "IpdcWorkflowService",
"processTemplateVersion": "2",
"reserve7": null,
"reserve6": null,
"holdableList": [
"com.huawei.it.plm.workflow.framework.model.WfFormData",
"com.huawei.it.plm.workflow.framework.model.WfAttachment",
"com.huawei.it.plm.workflow.framework.model.WfBusinessObject"
],
"reserve1": null,
"subItem": null,
"finished": false,
"reserve3": null,
"reserve2": null,
"creationDate": "2025-03-26T00:57:22.401+0000",
"creationUserUuid": "1000001",
"createdBy": "1000001",
"lastUpdateUserCn": "1000001",
"businessKey": "P10000015",
"ccBy": null,
"comment": null,
"productTeam": null,
"ccByUuid": null,
"lifeCycleStateKey": null,
"parentBusinessKey": null,
"taskId": null
},
{
"creationUserCn": "1000001",
"lastUpdateDate": "2025-03-25T13:13:16.257+0000",
"modifier": "1000001",
"processTemplateNameCn": "0324",
"processTemplateName": "Test",
"reserve10": null,
"templateId": "Test",
"productLine": null,
"businessSeqView": null,
"bizCategory": null,
"bizSeqExtAttrs": [],
"scope": null,
"processTitle": "Test_2025-03-25T21:13:16.226+0800",
"bizSeqExtType": "WfBusinessSeq",
"id": "746114656497586176",
"state": "DRAFT",
"lifeCycleState": null,
"reserve9": null,
"lastUpdatedBy": "1000001",
"processInstanceId": null,
"reserve8": null,
"creator": "1000001",
"product": null,
"reserve5": null,
"reserve4": null,
"entityType": "business",
"appName": "IpdcWorkflowService",
"processTemplateVersion": "2",
"reserve7": null,
"reserve6": null,
"holdableList": [
"com.huawei.it.plm.workflow.framework.model.WfFormData",
"com.huawei.it.plm.workflow.framework.model.WfAttachment",
"com.huawei.it.plm.workflow.framework.model.WfBusinessObject"
],
"reserve1": null,
"subItem": null,
"finished": false,
"reserve3": null,
"reserve2": null,
"creationDate": "2025-03-25T13:13:16.257+0000",
"creationUserUuid": "1000001",
"createdBy": "1000001",
"lastUpdateUserCn": "1000001",
"businessKey": "P10000014",
"ccBy": null,
"comment": null,
"productTeam": null,
"ccByUuid": null,
"lifeCycleStateKey": null,
"parentBusinessKey": null,
"taskId": null
},
{
"creationUserCn": "1000001",
"lastUpdateDate": "2025-03-25T13:12:24.641+0000",
"modifier": "1000001",
"processTemplateNameCn": "0324",
"processTemplateName": "Test",
"reserve10": null,
"templateId": "Test",
"productLine": null,
"businessSeqView": null,
"bizCategory": null,
"bizSeqExtAttrs": [],
"scope": null,
"processTitle": "Test_2025-03-25T21:12:24.598+0800",
"bizSeqExtType": "WfBusinessSeq",
"id": "746114439996006400",
"state": "DRAFT",
"lifeCycleState": null,
"reserve9": null,
"lastUpdatedBy": "1000001",
"processInstanceId": null,
"reserve8": null,
"creator": "1000001",
"product": null,
"reserve5": null,
"reserve4": null,
"entityType": "business",
"appName": "IpdcWorkflowService",
"processTemplateVersion": "2",
"reserve7": null,
"reserve6": null,
"holdableList": [
"com.huawei.it.plm.workflow.framework.model.WfFormData",
"com.huawei.it.plm.workflow.framework.model.WfAttachment",
"com.huawei.it.plm.workflow.framework.model.WfBusinessObject"
],
"reserve1": null,
"subItem": null,
"finished": false,
"reserve3": null,
"reserve2": null,
"creationDate": "2025-03-25T13:12:24.641+0000",
"creationUserUuid": "1000001",
"createdBy": "1000001",
"lastUpdateUserCn": "1000001",
"businessKey": "P10000013",
"ccBy": null,
"comment": null,
"productTeam": null,
"ccByUuid": null,
"lifeCycleStateKey": null,
"parentBusinessKey": null,
"taskId": null
},
{
"creationUserCn": "1000001",
"lastUpdateDate": "2025-03-25T12:59:31.374+0000",
"modifier": "1000001",
"processTemplateNameCn": "0324",
"processTemplateName": "Test",
"reserve10": null,
"templateId": "Test",
"productLine": null,
"businessSeqView": null,
"bizCategory": null,
"bizSeqExtAttrs": [],
"scope": null,
"processTitle": "Test_2025-03-25T20:59:31.296+0800",
"bizSeqExtType": "WfBusinessSeq",
"id": "746111196687519744",
"state": "DRAFT",
"lifeCycleState": null,
"reserve9": null,
"lastUpdatedBy": "1000001",
"processInstanceId": null,
"reserve8": null,
"creator": "1000001",
"product": null,
"reserve5": null,
"reserve4": null,
"entityType": "business",
"appName": "IpdcWorkflowService",
"processTemplateVersion": "1",
"reserve7": null,
"reserve6": null,
"holdableList": [
"com.huawei.it.plm.workflow.framework.model.WfFormData",
"com.huawei.it.plm.workflow.framework.model.WfAttachment",
"com.huawei.it.plm.workflow.framework.model.WfBusinessObject"
],
"reserve1": null,
"subItem": null,
"finished": false,
"reserve3": null,
"reserve2": null,
"creationDate": "2025-03-25T12:59:31.374+0000",
"creationUserUuid": "1000001",
"createdBy": "1000001",
"lastUpdateUserCn": "1000001",
"businessKey": "P10000012",
"ccBy": null,
"comment": null,
"productTeam": null,
"ccByUuid": null,
"lifeCycleStateKey": null,
"parentBusinessKey": null,
"taskId": null
},
{
"creationUserCn": "1000001",
"lastUpdateDate": "2025-03-25T12:59:24.725+0000",
"modifier": "1000001",
"processTemplateNameCn": "0324",
"processTemplateName": "Test",
"reserve10": null,
"templateId": "Test",
"productLine": null,
"businessSeqView": null,
"bizCategory": null,
"bizSeqExtAttrs": [],
"scope": null,
"processTitle": "Test_2025-03-25T20:59:23.180+0800",
"bizSeqExtType": "WfBusinessSeq",
"id": "746111168682156032",
"state": "DRAFT",
"lifeCycleState": null,
"reserve9": null,
"lastUpdatedBy": "1000001",
"processInstanceId": null,
"reserve8": null,
"creator": "1000001",
"product": null,
"reserve5": null,
"reserve4": null,
"entityType": "business",
"appName": "IpdcWorkflowService",
"processTemplateVersion": "1",
"reserve7": null,
"reserve6": null,
"holdableList": [
"com.huawei.it.plm.workflow.framework.model.WfFormData",
"com.huawei.it.plm.workflow.framework.model.WfAttachment",
"com.huawei.it.plm.workflow.framework.model.WfBusinessObject"
],
"reserve1": null,
"subItem": null,
"finished": false,
"reserve3": null,
"reserve2": null,
"creationDate": "2025-03-25T12:59:24.725+0000",
"creationUserUuid": "1000001",
"createdBy": "1000001",
"lastUpdateUserCn": "1000001",
"businessKey": "P10000011",
"ccBy": null,
"comment": null,
"productTeam": null,
"ccByUuid": null,
"lifeCycleStateKey": null,
"parentBusinessKey": null,
"taskId": null
},
{
"creationUserCn": "1000001",
"lastUpdateDate": "2025-03-25T08:57:37.334+0000",
"modifier": "1000001",
"processTemplateNameCn": "0324",
"processTemplateName": "Test",
"reserve10": null,
"templateId": "Test",
"productLine": null,
"businessSeqView": null,
"bizCategory": null,
"bizSeqExtAttrs": [],
"scope": null,
"processTitle": "Test_2025-03-25T16:57:37.294+0800",
"bizSeqExtType": "WfBusinessSeq",
"id": "746050320374710272",
"state": "DRAFT",
"lifeCycleState": null,
"reserve9": null,
"lastUpdatedBy": "1000001",
"processInstanceId": null,
"reserve8": null,
"creator": "1000001",
"product": null,
"reserve5": null,
"reserve4": null,
"entityType": "business",
"appName": "IpdcWorkflowService",
"processTemplateVersion": "1",
"reserve7": null,
"reserve6": null,
"holdableList": [
"com.huawei.it.plm.workflow.framework.model.WfFormData",
"com.huawei.it.plm.workflow.framework.model.WfAttachment",
"com.huawei.it.plm.workflow.framework.model.WfBusinessObject"
],
"reserve1": null,
"subItem": null,
"finished": false,
"reserve3": null,
"reserve2": null,
"creationDate": "2025-03-25T08:57:37.334+0000",
"creationUserUuid": "1000001",
"createdBy": "1000001",
"lastUpdateUserCn": "1000001",
"businessKey": "P10000007",
"ccBy": null,
"comment": null,
"productTeam": null,
"ccByUuid": null,
"lifeCycleStateKey": null,
"parentBusinessKey": null,
"taskId": null
},
{
"creationUserCn": "1000001",
"lastUpdateDate": "2025-03-25T08:50:09.732+0000",
"modifier": "1000001",
"processTemplateNameCn": "0324",
"processTemplateName": "Test",
"reserve10": null,
"templateId": "Test",
"productLine": null,
"businessSeqView": null,
"bizCategory": null,
"bizSeqExtAttrs": [],
"scope": null,
"processTitle": "Test_2025-03-25T16:50:09.633+0800",
"bizSeqExtType": "WfBusinessSeq",
"id": "746048442886799360",
"state": "DRAFT",
"lifeCycleState": null,
"reserve9": null,
"lastUpdatedBy": "1000001",
"processInstanceId": null,
"reserve8": null,
"creator": "1000001",
"product": null,
"reserve5": null,
"reserve4": null,
"entityType": "business",
"appName": "IpdcWorkflowService",
"processTemplateVersion": "1",
"reserve7": null,
"reserve6": null,
"holdableList": [
"com.huawei.it.plm.workflow.framework.model.WfFormData",
"com.huawei.it.plm.workflow.framework.model.WfAttachment",
"com.huawei.it.plm.workflow.framework.model.WfBusinessObject"
],
"reserve1": null,
"subItem": null,
"finished": false,
"reserve3": null,
"reserve2": null,
"creationDate": "2025-03-25T08:50:09.732+0000",
"creationUserUuid": "1000001",
"createdBy": "1000001",
"lastUpdateUserCn": "1000001",
"businessKey": "P10000006",
"ccBy": null,
"comment": null,
"productTeam": null,
"ccByUuid": null,
"lifeCycleStateKey": null,
"parentBusinessKey": null,
"taskId": null
},
{
"creationUserCn": "1000001",
"lastUpdateDate": "2025-03-24T13:02:51.830+0000",
"modifier": "1000001",
"processTemplateNameCn": "0324",
"processTemplateName": "Test",
"reserve10": null,
"templateId": "Test",
"productLine": null,
"businessSeqView": null,
"bizCategory": null,
"bizSeqExtAttrs": [],
"scope": null,
"processTitle": "Test_2025-03-24T21:02:51.781+0800",
"bizSeqExtType": "WfBusinessSeq",
"id": "745749649565958144",
"state": "DRAFT",
"lifeCycleState": null,
"reserve9": null,
"lastUpdatedBy": "1000001",
"processInstanceId": null,
"reserve8": null,
"creator": "1000001",
"product": null,
"reserve5": null,
"reserve4": null,
"entityType": "business",
"appName": "IpdcWorkflowService",
"processTemplateVersion": "1",
"reserve7": null,
"reserve6": null,
"holdableList": [
"com.huawei.it.plm.workflow.framework.model.WfFormData",
"com.huawei.it.plm.workflow.framework.model.WfAttachment",
"com.huawei.it.plm.workflow.framework.model.WfBusinessObject"
],
"reserve1": null,
"subItem": null,
"finished": false,
"reserve3": null,
"reserve2": null,
"creationDate": "2025-03-24T13:02:51.830+0000",
"creationUserUuid": "1000001",
"createdBy": "1000001",
"lastUpdateUserCn": "1000001",
"businessKey": "P10000001",
"ccBy": null,
"comment": null,
"productTeam": null,
"ccByUuid": null,
"lifeCycleStateKey": null,
"parentBusinessKey": null,
"taskId": null
}
],
"pageInfo": {
"totalRows": 14,
"curPage": 1,
"pageSize": 20,
"totalPages": 1
},
"orderID": "e0f84aa8-241d-4b1a-882f-5ccf5f570d7b"
} 状态码
状态码 | 描述 |
|---|---|
200 | findDraftList返参 |
错误码
请参见错误码。

