获取提交的节点人员信息

 简要描述:获取提交的节点人员信息
  • 获取提交的节点人员信息接口

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 于春辉 2022-08-17 2022-08-17

请求URL:

  • /je/workflow/processInfo/getSubmitOutGoingNodeAssignee

请求方式:

  • POST

请求头:

参数名 是否必须 类型 说明
Content-Type string 请求类型: application/json
authorization string 请求内容签名

请求参数:

参数名 是否必须 类型 说明
taskId String 当前任务id
pdid String 流程部署id
beanId String pkValue
tableCode String 表code
prod String 产品标识
target String 目标顺序流id
#### 返回示例:

正确时返回:

{
    code: "1000"
    data: {
        commonUserInfo: [
            0: {
                userId: "e0c50371df6f4aeaae6226985efcfc10",
                userName: "王金爽"
            },
            1: {
                userName: "陆琪琪",
                userId: "f7b936686b004175b4ae97c02c18c3ef"
            }]
        nodeAssigneeInfo: [
            0: {
            users: [
                0: {assignmentConfigType: "roleConfig1a58e80d-b45b-479e-a6c4-17b6c54c7bc3",…}
                assignmentConfigType: "roleConfig1a58e80d-b45b-479e-a6c4-17b6c54c7bc3"
                assignmentConfigTypeName: "角色"
                user: {id: "ROOT", text: "ROOT", code: "ROOT", parent: null, icon: "", iconColor: null, nodeType: null,…}
                1: {
                assignmentConfigType: "departmentConfigdef55752-d17e-4fb5-8e87-69810667edc4"
                assignmentConfigTypeName: "部门"
                user: {id: "ROOT", text: "ROOT", code: "ROOT", parent: null, icon: "", iconColor: null, nodeType: null,…}
            }]
        workflowConfig: {
            appVersion: null
            asynTree: "0"
            audFlag: "WAIT"
            audFlagName: "审批中"
            currentNodeId: "batchtaskMFc91qUviqOpqEz7nLx"
            currentNodeName: "多人任务"
            currentTarget: null
            listSynchronization: null
            multiple: "1"
            personnelAdjustments: "1"
            selectAll: "0"
            sequential: "0"
            showSequentialConfig: "1"
            simpleApproval: "0"
            type: "batchtask"
        }
        }
    }
    message: "操作成功"
    rows: null
    success: true
    totalCount: null
}

错误时返回:

{
"errcode": 500,
"errmsg": "invalid appid"
}

返回参数说明:

参数名 类型 说明
commonUserInfo 常用人员信息
nodeAssigneeInfo 节点人员信息,多个节点是按数组展示
nodeAssigneeInfo-users 会根据配置人员选择类型,根据人员、部门或者角色、组织等展示
nodeAssigneeInfo-workflowConfig 节点流程配置信息

备注:

  • 更多返回错误代码请看首页的错误代码描述
最后编辑: 于春辉  文档更新时间: 2024-08-08 13:51   作者:于春辉